Commit 3f70efaf authored by zhuwei's avatar zhuwei

1

parent e243ae58
......@@ -835,7 +835,7 @@ class User extends Basic
}
//简易客户详情
$result['user_detail'] = $this->userLogService->userDetailFull($params['user_id'],$params['agent_id']);
$result['user_detail'] = $this->userLogService->userDetailFull($params['user_id']);
$m_records = new GOperatingRecords();
//客方修改日志
......
......@@ -204,6 +204,7 @@ class UserLogService
* @param $site_id
* @param $page_no
* @param $page_size
* @return false|null|\PDOStatement|string|\think\Collection
*/
public function phoneFollowUpNew($user_id, $site_id, $page_no, $page_size)
{
......@@ -376,10 +377,9 @@ class UserLogService
/**
* 客户详情简略信息
* @param $user_id
* @param $agent_id
* @return mixed
*/
public function userDetailFull($user_id, $agent_id)
public function userDetailFull($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