Commit 78ef509b authored by zhuwei's avatar zhuwei

获取客户修改日志

parent 19bd5365
......@@ -126,6 +126,8 @@ class UserLogService
* @return mixed
*/
public function userHistoryLog($user_id){
#客方、邀请人修改日志 点击客户'编辑'按钮显示
#客户姓名、城市标签修改记录 由专门的'修改记录'按钮显示
$m_records = new GOperatingRecords();
//客方修改日志
$param_['user_id'] = $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