From 9ba58f66ac1c33466bc78042df6b086484098fff Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Tue, 22 Jul 2025 11:21:25 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E6=96=B0=E9=9B=B6=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=AE=A2=E5=8D=95=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=88307=EF=BC=89=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/system/board/BoardMapper.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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..ff6a3531 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 @@ -109,7 +109,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-dd') = to_char(sysdate, 'yyyy-mm-dd') ) a @@ -119,7 +119,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-dd') = to_char(sysdate, 'yyyy-mm-dd') ) b on 1 = 1 @@ -131,7 +131,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-dd') = to_char(sysdate - 1, 'yyyy-mm-dd') ) a @@ -141,7 +141,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-dd') = to_char(sysdate - 1, 'yyyy-mm-dd') ) b on 1 = 1 @@ -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