Commit 0b375e85 authored by zhuwei's avatar zhuwei

客户来电数bug

parent cf1410eb
...@@ -139,7 +139,6 @@ class OperationData extends Basic ...@@ -139,7 +139,6 @@ class OperationData extends Basic
// 客户来电数 // 客户来电数
$params = []; $params = [];
$params["district_id"] = $v['id']; $params["district_id"] = $v['id'];
$params["status"] = 0; //只查询正常状态的经纪人
$field = "sum(call_number) as call_number_total"; $field = "sum(call_number) as call_number_total";
$agentModel = new AAgents(); $agentModel = new AAgents();
$res = $agentModel->getUserPhoneNum($field, $params); $res = $agentModel->getUserPhoneNum($field, $params);
......
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