cqp 1 mesiac pred
rodič
commit
19f546a54c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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){