From b20d387d7d7c03afb75dac8b9f4c2a0238f5fcc2 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 11 四月 2025 14:00:34 +0800
Subject: [PATCH] 提交

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

diff --git a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
index 50a9914..a5a560b 100644
--- a/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
+++ b/LifePayment/LifePayment.Application/LifePay/LifePayService.cs
@@ -1387,7 +1387,8 @@
             return;
         }
 
-        order.PlatformDeductionAmount = payAmount;
+        // order.PlatformDeductionAmount = payAmount;
+
         if (acoolyOrderNo.IsNotNullOrEmpty())
         {
             order.ACOOLYOrderNo = acoolyOrderNo;

--
Gitblit v1.9.1