Commit de134f7a authored by hujun's avatar hujun

7

parent 38708c74
......@@ -59,7 +59,7 @@ class PushMessageService
$save['message'] = $content;
$save['order_id'] = $order_id['id'];
$save['house_id'] = $house_id;
$this->record(6, 0, [$agent_id], $operation_id, $save);
$this->record(7, 0, [$agent_id], $operation_id, $save);
}
$result = true;
} catch (\Exception $e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment