Commit bd423d44 authored by hujun's avatar hujun

修改客方推送人员id

parent c9048fbd
...@@ -57,7 +57,9 @@ class Client extends Basic ...@@ -57,7 +57,9 @@ class Client extends Basic
$push = new PushMessageService(); $push = new PushMessageService();
$content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】"; $content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】";
$push->pushMessageById($this->params['ccr_id'], '客方修改', $content);
$user_agent_id = $this->user->getUserById('agent_id', $this->params['id']);
$push->pushMessageById($user_agent_id, '客方修改', $content);
$this->operating_records($this->params['ccr_id'], $type=3, $remark,0,$this->params['id']); $this->operating_records($this->params['ccr_id'], $type=3, $remark,0,$this->params['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