Commit 6f2665ef authored by zhuwei's avatar zhuwei

1

parent ca787af3
...@@ -403,7 +403,7 @@ class UserLogService ...@@ -403,7 +403,7 @@ class UserLogService
{ {
//查询客户详情 //查询客户详情
$field = 'id as user_id,agent_id,vip,create_time,first_login_time,referrer_source,referrer_id,registration_time, $field = 'id as user_id,agent_id,vip,create_time,first_login_time,referrer_source,referrer_id,registration_time,
source_intro,referrer_source,source,entrust_type,concrete_industry,industry_type'; source_intro,referrer_source,source,entrust_type,concrete_industry';
$user_result = $this->userModel->getUserDetailStreamline($user_id,$field); $user_result = $this->userModel->getUserDetailStreamline($user_id,$field);
if (count($user_result) <= 0) { if (count($user_result) <= 0) {
......
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