소스 검색

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);
                                 }