Commit b69a5f88 authored by zhuwei's avatar zhuwei

bug

parent 3eda46c6
......@@ -119,7 +119,6 @@ class OperationData extends Basic
$params_["b.district_id"] = $v['id'];
$model = new AUserCallAgent();
$res = $model->getUserCallAgentCount($params_);
dump($res);
$result_["call_number_total"] = isset($res) ? $res : 0;
$result[] = $result_;
}
......
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