From c3df0d611fc5fde066867c772bd268e5921f5b05 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 20:31:48 +0800
Subject: [PATCH] fix;提交

---
 LifePayment/LifePayment.Application/LifePay/LifePayService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
index 060bbdb..9474795 100644
--- a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
+++ b/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

--
Gitblit v1.9.1