zhengyuxuan
2025-03-24 c3df0d611fc5fde066867c772bd268e5921f5b05
LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -2092,7 +2092,7 @@
        return new OrderPriceReturn()
        {
            PlatformPrice = platformPrice.HasValue? platformPrice.Value:0,
            PlatformPrice = platformPrice.HasValue? platformPrice.Value :0,
            PremiumPrice = premiumPrice.HasValue ? premiumPrice.Value : 0,
            ChannlesRakePrice = channlesRakePrice.HasValue? channlesRakePrice.Value:0,
            Profit = profit.HasValue ? profit.Value : 0