From 07e886c5c25d4313c218f4794abdef01e24214c7 Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Thu, 21 Aug 2025 11:09:19 +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 --- .../main/resources/mapper/system/board/BoardMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 14c61f39..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