Commit 692c2c57 authored by zhuwei's avatar zhuwei

性别

parent 3e19b94d
...@@ -220,7 +220,7 @@ class UserLogService ...@@ -220,7 +220,7 @@ class UserLogService
{ {
//查询客户详情 //查询客户详情
$field = 'id as user_id,user_pic,user_nick,user_name,user_phone,site_ids,agent_id,user_label,industry_type,price_demand,area_demand'; $field = 'id as user_id,sex,user_pic,user_nick,user_name,user_phone,site_ids,agent_id,user_label,industry_type,price_demand,area_demand';
$result = $this->userModel->getUserDetailStreamline($user_id,$field); $result = $this->userModel->getUserDetailStreamline($user_id,$field);
if (count($result) <= 0) { if (count($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