|
@@ -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){
|