Commit 54b32847 authored by zw's avatar zw

huancun

parent 0b26340c
...@@ -374,7 +374,7 @@ class PerformanceService ...@@ -374,7 +374,7 @@ class PerformanceService
} }
$verify = new VerifyService(); $verify = new VerifyService();
$agent_ids = $verify->getAgentsByWhere($agent_id); $agent_ids = $verify->getAgentsByAgentId($agent_id);
$params["a.agent_id"] = array( "in", $agent_ids ); $params["a.agent_id"] = array( "in", $agent_ids );
if (!empty($site_id)) { if (!empty($site_id)) {
$where['a.disc'] = $site_id; $where['a.disc'] = $site_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