Commit 4c5a658f authored by hujun's avatar hujun

修改客方消息

parent f0d7c775
......@@ -296,6 +296,7 @@ class UserService
$agent_name = $agent->getAgentInfo('name', $agent_id);
$content = "你的【客户ID:{$user_id}】客户,客方被【{$ccr_agent_data['name']}】修改为【{$agent_name['name']}】";
$data['message'] = $content;
$data['user_id'] = $user_id;
$push->record(2, 0, [0=>$agent_id], $operation_id, $data);
}
}
\ No newline at end of file
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