Explorar o código

部分代码修改

yuanrf hai 8 meses
pai
achega
e4256cf42a

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