Lyyyi пре 21 часа
родитељ
комит
a6b11f0ad5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

@@ -11625,7 +11625,7 @@ FROM
                                     _detail.PriceNameContent += $" - {cabinType}";
                                 }
 
-                                // 2026 版 费用名称 处理(新版机票费用格式、费用创建时间)
+                                // 2026 版 费用名称 处理(新版机票费用格式、费用创建时间))
                                 if (jpRes.AirTicketBasicInfos.Any() && jpRes.CreateTime >= GlobalConfig.AirTicketIntegrationDateTime)
                                 {
                                     var flights = FlightParser.ParseFlights(jpRes.FlightsDescription);