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