瀏覽代碼

修改上线

cqp 1 月之前
父節點
當前提交
19f546a54c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Service/StatisticsService.php

+ 1 - 0
app/Service/StatisticsService.php

@@ -2652,6 +2652,7 @@ class StatisticsService extends Service
         $map = [];
         foreach ($list as $value) {
             if(empty($value['city_code']) && $first_city != $city_code) continue;
+            if($value['city_code'] != $city_code) continue;
             $depart_title = "";
             if(isset($detail_map[$value['customer_id']])){
                 foreach ($detail_map[$value['customer_id']] as $val){