From 49628d3755b4da5f161605b01d0bcf5722c07e2e Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Fri, 4 Jul 2025 09:27:22 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E9=87=8D=E6=B6=88=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=9A=E7=BB=A9=E5=A4=84=E7=90=86=EF=BC=88?= =?UTF-8?q?226=EF=BC=89=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/bonus/order/BonusOrderMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/order/BonusOrderMapper.xml b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/order/BonusOrderMapper.xml index cff47509..1d1494ed 100644 --- a/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/order/BonusOrderMapper.xml +++ b/bd-business/bd-business-bonus/src/main/resources/mapper/bonus/order/BonusOrderMapper.xml @@ -215,7 +215,7 @@ and soi.del_flag = 0 and soi.is_gift = 1 where so.order_status = 1 - and so.order_type in (43) + and so.order_type in (43, 44) and so.order_code=#{orderCode} @@ -228,7 +228,7 @@ on bw.pk_id = soi.pk_wares and bw.del_flag = 0 where so.order_status = 1 - and so.order_type in (43) + and so.order_type in (43, 44) and so.order_code=#{orderCode}