Commit f7cd04b4 authored by zw's avatar zw

bug

parent 450dab9a
......@@ -158,7 +158,7 @@ class RankingListService
$store_arr = $this->agentModel->getStoreOrDistrict(["store_id" => $value["store_id"], "level" => ["in", "20"]]);
if (count($store_arr) > 0) {
//$value["name"] = count($store_arr) > 0 ? $store_arr[0]["name"] : "---";
$value["img"] = $store_arr[0]["img"];
$store_sort[$key]["img"] = $store_arr[0]["img"];
}
}
$data["store_sort"] = $store_sort;
......
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