Преглед на файлове

OP导入超支添加国家

123456 преди 1 година
родител
ревизия
f1c2be4c30
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

@@ -759,7 +759,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                         cityPrice = _sqlSugar.Queryable<Grp_NationalTravelFee>().Where(x =>
                          x.Id == opSingleCityId
                         ).First();
-                        priceCity = cityPrice == null ? string.Empty : cityPrice?.City;
+                        priceCity = cityPrice == null ? string.Empty :cityPrice.Country + cityPrice?.City;
                     }
                     else
                     {