Commit f98a881f authored by clone's avatar clone

Merge branch '0910-v2.9.1' of https://gitee.com/zwyjjc/tl_estate into 0910-v2.9.1

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