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();