From d739f66a7653ac190b029dd396529283c9b2e91e Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 02 四月 2025 15:25:32 +0800
Subject: [PATCH] fix:渠道筛选

---
 LifePayment/LifePayment.HttpApi/LifePay/ACOOLYNotifyController.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/ACOOLYNotifyController.cs b/LifePayment/LifePayment.HttpApi/LifePay/ACOOLYNotifyController.cs
index 82e8728..313aea7 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/ACOOLYNotifyController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/ACOOLYNotifyController.cs
@@ -78,7 +78,7 @@
                     if (confirmElectricOrderResponse.ElectricChargeOrder.Status == ACOOLYConstant.Status.鍏呭�兼垚鍔�)
                     {
                         status = LifePayOrderStatusEnum.宸插畬鎴�;
-                        acoolyStatus = ACOOLYStatusEnum.鍏呭�兼垚鍔�;
+                        acoolyStatus = ACOOLYStatusEnum.宸插畬鎴�;
                     }
                     else
                     if (confirmElectricOrderResponse.ElectricChargeOrder.Status == ACOOLYConstant.Status.鍏呭�间腑)
@@ -129,7 +129,7 @@
                      if (confirmPhoneOrderResponse.PhoneChargeOrder.Status == ACOOLYConstant.Status.鍏呭�兼垚鍔�)
                     {
                         status = LifePayOrderStatusEnum.宸插畬鎴�;
-                        acoolyStatus = ACOOLYStatusEnum.鍏呭�兼垚鍔�;
+                        acoolyStatus = ACOOLYStatusEnum.宸插畬鎴�;
                     }
                     else
 
@@ -180,7 +180,7 @@
                      if (confirmGasOrderResponse.GasChargeOrder.Status == ACOOLYConstant.Status.鍏呭�兼垚鍔�)
                     {
                         status = LifePayOrderStatusEnum.宸插畬鎴�;
-                        acoolyStatus = ACOOLYStatusEnum.鍏呭�兼垚鍔�;
+                        acoolyStatus = ACOOLYStatusEnum.宸插畬鎴�;
                     }
                     else
 

--
Gitblit v1.9.1