Commit edefdac0 authored by hujun's avatar hujun

用户id

parent 38fc3b15
......@@ -40,7 +40,7 @@ class PushClientService
$house_id = $order->getFieldValue('house_id', ['id'=>$order_id]);
$report = new OReportModel();
$user_id = $report->getFieldValue('user_id', $report_id);
$user_id = $report->getFieldValue('user_id', ['id'=>$report_id]);
if (empty($message)) {
$m_agent = new AAgents();
......
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