From 55dfdbe7c21bfa6daacfb58291b305bcd4ea5b9b Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Wed, 22 Oct 2025 17:52:53 +0800 Subject: [PATCH] =?UTF-8?q?##=20=E7=9C=8B=E6=9D=BF=E5=A4=8D=E8=B4=AD?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8C=85=E5=90=AB=E4=BA=94=E6=8A=98=E4=B8=93?= =?UTF-8?q?=E5=8C=BA=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/board/BoardMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ff6a3531..c6182170 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 @@ -119,7 +119,7 @@ from sa_order so where so.del_flag = 0 and so.order_status = 1 - and so.order_type in (43, 44) + and so.order_type in (43, 47) and to_char(so.pay_time, 'yyyy-mm-dd') = to_char(sysdate, 'yyyy-mm-dd') ) b on 1 = 1 @@ -141,7 +141,7 @@ from sa_order so where so.del_flag = 0 and so.order_status = 1 - and so.order_type in (43, 44) + and so.order_type in (43, 47) and to_char(so.pay_time, 'yyyy-mm-dd') = to_char(sysdate - 1, 'yyyy-mm-dd') ) b on 1 = 1 @@ -165,7 +165,7 @@ from sa_order so where so.del_flag = 0 and so.order_status = 1 - and so.order_type in (43, 44) + and so.order_type in (43, 47) and to_char(so.pay_time, 'yyyy-mm') = to_char(sysdate, 'yyyy-mm') ) b on 1 = 1