From 52279134e7fb09d1493561e80793e0da1d95dd41 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 16 四月 2025 13:36:51 +0800 Subject: [PATCH] fix: 修改配置 --- 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