From 16060e0bad1cc08417843f58d8cfde6e0e3b3b27 Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Thu, 21 Aug 2025 10:45:52 +0800 Subject: [PATCH] =?UTF-8?q?##=20Opt=20-=20=E9=A6=96=E9=A1=B5=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/board/BoardMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml b/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml index 98c5720a..14c61f39 100644 --- a/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml +++ b/bd-business/bd-business-system/src/main/resources/mapper/system/board/BoardMapper.xml @@ -156,7 +156,7 @@ from sa_order so where so.del_flag = 0 and so.order_status = 1 - and so.order_type in (1, 2, 24, 25) + and so.order_type in (41, 42) and to_char(so.pay_time, 'yyyy-mm') = to_char(sysdate, 'yyyy-mm') ) a left join ( @@ -165,7 +165,7 @@ from sa_order so where so.del_flag = 0 and so.order_status = 1 - and so.order_type in (3, 26, 10) + and so.order_type in (43, 44) and to_char(so.pay_time, 'yyyy-mm') = to_char(sysdate, 'yyyy-mm') ) b on 1 = 1