From b9e2c8345c5c83581a7a57bcda316928b171f322 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 16 四月 2025 17:18:34 +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