Commit dae6c611 authored by clone's avatar clone

1

parent 89922a08
......@@ -333,7 +333,7 @@ class RankingListService
$data["agent_sort"] = $totalModel->getTotalByPk($field, $where_, 1, $order);
$store_sort = $totalModel->getTotalByPk($field, $where_, 2, $order);
foreach ($store_sort as $key => $value) {
$store_arr = $this->agentModel->getStoreOrDistrict(["store_id" => $value["store_id"], "level" => ["in", "20"]]);
$store_arr = $this->agentModel->getStoreOrDistrict(["store_id" => $value["store_id"], "level" => ["in", "20,30"]]);
if (count($store_arr) > 0) {
$store_sort[$key]["img"] = $store_arr[0]["img"];
}
......
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