ソースを参照

部分代码修改

yuanrf 11 ヶ月 前
コミット
e4256cf42a
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

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

@@ -493,7 +493,9 @@ namespace OASystem.Infrastructure.Repositories.Groups
                         carTouristGuides = carTouristGuides,
                         CreditCardPayment = _CreditCardPayment ??= new CarTouristCreditCardPaymentView(),
                         ssdv,
-                        checkedItemId
+                        checkedItemId,
+                        NationalTravelFee,
+                        rate
                     };
                     return result = new Result() { Code = 0, Msg = "查询成功", Data = data };
                 }