Commit 8e01d6aa authored by zhuwei's avatar zhuwei

youhua

parent f826a8ca
......@@ -127,8 +127,6 @@ class UserService
$this->recordReferrer($data['referrer_id'], $data['referrer_source'], $id, $referrer_id_old);
}
dump($data['site_id']);
dump($site_id_old);
//城市标签 修改记录
if (!empty($data['site_id']) && ($data['site_id'] != $site_id_old)) {
......@@ -181,8 +179,8 @@ class UserService
*/
public function userNameChangeLog($operation_id,$user_id,$user_name_old,$user_name_new)
{
$agent = new AAgents();
$agent_data = $agent->getAgentInfo('name', $operation_id);
$redis_service = new RedisCacheService();
$agent_data = $redis_service->getRedisCache(2, $operation_id);
$remark = "客户姓名被【{$agent_data['name']}】由【{$user_name_old}】修改为【{$user_name_new}】";
$this->operating_records($this->operation_id, 9, $remark, $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