Commit 387eab57 authored by clone's avatar clone

Merge branch 'test' of https://gitee.com/zwyjjc/tl_estate into test

# Conflicts: # application/api_broker/controller/User.php
parents 7291e902 c7f8be3c
This diff is collapsed.
......@@ -402,7 +402,8 @@ class UserLogService
public function userDetailFull($user_id)
{
//查询客户详情
$field = 'id as user_id,agent_id,vip,create_time,first_login_time,referrer_source,referrer_id,registration_time,source_intro,referrer_source,source';
$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';
$user_result = $this->userModel->getUserDetailStreamline($user_id,$field);
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