LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -10,6 +10,7 @@ using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Linq.Dynamic.Core; using System.Threading.Tasks; @@ -932,7 +933,6 @@ var amount = CalculateAmount(input.ProductData.ParValue, rate); var platformRate = await _lifePayRateRepository.FirstOrDefaultAsync(r => r.RateType == LifePayRateTypeEnum.供应商折扣价); var orderInput = new CreateLifePayOrderInput {