Commit fa8f397b authored by hujun's avatar hujun

客方

parent a650d272
...@@ -159,7 +159,7 @@ class UserService ...@@ -159,7 +159,7 @@ class UserService
} else { } else {
if ($agent_id != $agent_id_old) { if ($agent_id != $agent_id_old) {
$remark = '修改为' . $agent_data['name'] . '-' . $agent_data['phone']; $remark = '修改为' . $agent_data['name'] . '-' . $agent_data['phone'];
$this->pushMessage($agent_id, $this->operation_id, $user_name, $user_id); $this->pushMessage($agent_id_old, $this->operation_id, $user_name, $user_id);
} }
} }
......
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