From 05ea0f511617fef4d1b84b9c835fe077c7e5a9e5 Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Wed, 31 Jul 2024 09:18:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9C=80=E6=96=B0=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=A0=87=E5=87=86):=20=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/xml/ProcessStandardInterpretMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/mapper/xml/ProcessStandardInterpretMapper.xml b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/mapper/xml/ProcessStandardInterpretMapper.xml index 84e17b92..de1d9334 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/mapper/xml/ProcessStandardInterpretMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/mapper/xml/ProcessStandardInterpretMapper.xml @@ -47,7 +47,7 @@ where i.del_flag = 0 and s.del_flag = 0 and standard_state <> '7' - and i.create_time > date_format(date_add(now(), interval -90 day), '%Y-%m-%d') + and i.create_time >= date_format(date_add(now(), interval -90 day), '%Y-%m-%d') order by i.create_time desc