소스 검색

部分代码修改

yuanrf 8 달 전
부모
커밋
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 };
                 }