LEIYI 8 月之前
父節點
當前提交
3647cbab44
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/HotelPriceRepository.cs

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/HotelPriceRepository.cs

@@ -344,6 +344,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                 _CreditCardPayment.PaymentCurrency = _dto.CardPriceCurrency;
                 decimal ccpRate = 1.0000M;
                 if (_dto.CardPriceCurrency != 836) ccpRate = _dto.Contents.Find(x => x.PriceType == 1)?.Rate ?? 1.0000M;
+                _CreditCardPayment.DayRate = ccpRate;
 
                 _CreditCardPayment.RMBPrice = (_CreditCardPayment.DayRate * _CreditCardPayment.PayMoney).DecimalsKeepTwo();