From 2754b2208ef29d158422dddc98c19cd196253432 Mon Sep 17 00:00:00 2001
From: cabbage <281119120@qq.com>
Date: Thu, 29 May 2025 16:27:30 +0800
Subject: [PATCH] =?UTF-8?q?##=20=E5=A4=8D=E8=B4=AD=E6=8B=A8=E6=AF=94?=
=?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=97=B6=EF=BC=8C=E4=B8=8D=E5=8A=A0=E5=A4=84?=
=?UTF-8?q?=E9=87=8D=E6=B6=88=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/member/statis/CuBonusStatisMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml
index 879fb426..fd29d333 100644
--- a/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml
+++ b/bd-business/bd-business-member/src/main/resources/mapper/member/statis/CuBonusStatisMapper.xml
@@ -578,7 +578,7 @@
so.MODIFIED_TIME modifiedTime
from sa_order so
inner JOIN CU_MEMBER cm on so.PK_MEMBER = cm.pk_id
- where so.ORDER_TYPE in (1, 2, 3, 10, 13, 20, 24, 25, 26) and cm.DEL_FLAG = 0
+ where so.ORDER_TYPE in (1, 2, 3, 13, 20, 24, 25, 26) and cm.DEL_FLAG = 0
and so.pk_country = #{pkCountry}
@@ -623,7 +623,7 @@
(a.BACK_RATIO + a.PLATFORM_RATIO) / 100 backRatio
from BD_BONUS_ITEMS b
left JOIN BD_BONUS_DEDUCT a on a.PK_BONUS_ITEMS=b.PK_ID
- where b.DEL_FLAG =0
+ where b.DEL_FLAG = 0
and a.BACK_RATIO > 0
and a.PLATFORM_RATIO > 0