Commit c7002cf0 authored by zhuwei's avatar zhuwei

bug

parent 287f1703
......@@ -725,7 +725,7 @@ class PerformanceService
$params = $this->getAgentIdPcInfo($id, $type, $start_time, $end_time);
if (!$params)
return [ "code" => 101, "date" => "传入的参数错误" ];
$field = "id,user_name,user_phone,user_nick,create_time,agent_id,user_status,source";
$field = "id,user_name,user_phone,user_nick,create_time,agent_id,user_status,source,industry_type,area_demand";
$addUserList = $this->userModel->getAddUserList($params, $field, $page_no, $page_size);
foreach ($addUserList as $key => $val) {
if ($val["agent_id"] == $id) {
......
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