Commit 9ccadec5 authored by zhuwei's avatar zhuwei

客户被修改客方后也进入保护期

parent a7e82627
......@@ -97,6 +97,8 @@ class UserService
//记录修改客方
if (!empty($data['agents_id'])) {
$this->recordGuest((int)$data['agents_id'], (int)$agent_id_old, $id, $user_name, $type);
//客户被修改客方后也进入保护期
$this->setUserProtectTime($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