Commit 7870a91e authored by hujun's avatar hujun

修改客方推送条件修改

parent 4dff3798
...@@ -59,7 +59,7 @@ class Client extends Basic ...@@ -59,7 +59,7 @@ class Client extends Basic
$content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】"; $content = "【你的客户客方被修改为{$agent_data['name']}-{$agent_data['phone']}】";
$user_agent_id = $this->user->getUserById('agent_id', $this->params['id']); $user_agent_id = $this->user->getUserById('agent_id', $this->params['id']);
$push->pushMessageById($user_agent_id, '客方修改', $content); $push->pushMessageById($user_agent_id['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