Commit a7f10733 authored by zw's avatar zw

pk

parent f3bb37ab
...@@ -87,7 +87,7 @@ class RankingListService ...@@ -87,7 +87,7 @@ class RankingListService
} }
public function getSort($params){ public function getSort($params){
$fields = "a.id,a.store_id,a.district_id,SUM(b.performance) as performance"; $fields = "a.id,a.store_id,a.district_id,a.name,a.phone,SUM(b.performance) as performance";
return $this->agentModel->getAgentsListByPK($fields, $params); return $this->agentModel->getAgentsListByPK($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