Commit 77a8a6c3 authored by zw's avatar zw

排除门店

parent 52faf139
...@@ -187,7 +187,7 @@ class RankingListService ...@@ -187,7 +187,7 @@ class RankingListService
{ {
$storeModel = new AStore(); $storeModel = new AStore();
$fields = "a.id,a.store_name,SUM(b.performance) as performance"; $fields = "a.id,a.store_name,SUM(b.performance) as performance";
$params["a.id"] = array("not in","5288,3742,5292"); //$params["a.id"] = array("not in","5288,3742,5292");
//查询出有业绩的经纪人 //查询出有业绩的经纪人
$have_performance_arr = $storeModel->getStoreListByPK($fields, $params); $have_performance_arr = $storeModel->getStoreListByPK($fields, $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