Commit d1884e69 authored by zhuwei's avatar zhuwei

门店或者经纪人业绩排行加站点

parent 72b4651c
...@@ -376,7 +376,7 @@ class PerformanceService ...@@ -376,7 +376,7 @@ class PerformanceService
$verify = new VerifyService(); $verify = new VerifyService();
$agent_ids = $verify->getAgentsByAgentId($agent_id); $agent_ids = $verify->getAgentsByAgentId($agent_id);
$params["a.agent_id"] = array( "in", $agent_ids ); $params["a.agent_id"] = array( "in", $agent_ids );
//$params['d.site_id'] = $site_id; $params['d.site_id'] = $site_id;
$field = " $field = "
a.store_id, a.store_id,
a.agent_id, a.agent_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