Commit 3d0e15da authored by zhuwei's avatar zhuwei

1

parent 1c41dcd0
...@@ -135,7 +135,7 @@ class UserService ...@@ -135,7 +135,7 @@ class UserService
//客户姓名 修改记录 //客户姓名 修改记录
if (!empty($data['user_name']) && ($data['user_name'] != $user_name)) { if (!empty($data['user_name']) && ($data['user_name'] != $user_name)) {
$this->userNameChangeLog($this->operation_id,$id,$data['user_name'],$user_name); $this->userNameChangeLog($this->operation_id,$id,$user_name,$data['user_name']);
} }
//更新业绩统计 //更新业绩统计
......
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