Преглед изворни кода

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

LEIYI пре 9 месеци
родитељ
комит
51dfc6d559
1 измењених фајлова са 1 додато и 1 уклоњено
  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);
                                 }