Commit ec9a493d authored by clone's avatar clone

开盘广场经纪人手机号

parent 54183ce0
......@@ -1424,7 +1424,7 @@ class OfficeOrderLogService
$Users->update_user_status(['id' => $result[0]["user_id"], 'user_status' => 1]);
}
}
/**
* 成交报告客户搜索
* @param $type
......
......@@ -196,6 +196,7 @@ class SquareService
$agent = $this->redis->getRedisCache(2, $val['agent_id']);
$res[$key]['name'] = $agent['name'];
$res[$key]['img'] = AGENTHEADERIMGURL . $agent['img'];
$res[$key]['phone'] = $agent['phone'];
$get_params = [];
$field = 'CommentExt.id,CommentExt.level,CommentExt.comment,CommentExt.agent_id_a,CommentExt.agent_id_b';//
......
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