Parcourir la source

1、团组国交统计-->剔除未找出城市的数据

LEIYI il y a 9 mois
Parent
commit
51dfc6d559
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      OASystem/OASystem.Api/Controllers/StatisticsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/StatisticsController.cs

@@ -3616,7 +3616,7 @@ WHERE
                             var cityArray = item.FlightsCityName.Split("、").ToList();
                             foreach (var item1 in cityArray)
                             {
-                                if (!string.IsNullOrEmpty(item.FlightsCityName))
+                                if (!string.IsNullOrEmpty(item1))
                                 {
                                     airTicketCityInfos.Add(item1);
                                 }