ソースを参照

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
                     {