Commit b97d05af authored by zhuwei's avatar zhuwei

客户详情

parent f84d5267
...@@ -187,7 +187,7 @@ class ImageDepot extends Basic ...@@ -187,7 +187,7 @@ class ImageDepot extends Basic
{ {
$s = new PositionService(); $s = new PositionService();
// $res = $s->getPositionDistance('31.067059,121.518854','31.079655,121.51713'); // $res = $s->getPositionDistance('31.067059,121.518854','31.079655,121.51713');
$res = $s->getPositionDistance('31.1726200469,121.4651113645','31.1710885091,121.4639033433'); $res = $s->getPositionDistance('31.170841,121.463858','31.17265,121.464914');
dump($res); dump($res);
} }
......
...@@ -233,7 +233,8 @@ class UserLogService ...@@ -233,7 +233,8 @@ class UserLogService
{ {
//查询客户详情 //查询客户详情
$field = 'id as user_id,sex,user_pic,other_pic,user_nick,user_name,user_phone,site_ids,agent_id,user_label,industry_type,price_demand,area_demand,vip,user_status'; $field = 'id as user_id,sex,user_pic,other_pic,user_nick,user_name,user_phone,site_ids,agent_id,user_label,
industry_type,price_demand,area_demand,vip,user_status,entrust_type';
$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