cnas-process/src/main/resources/mapper/ProcessMethodSearchNewMapper.xml
@@ -11,6 +11,9 @@ <if test="beginDate != null and beginDate != '' and endDate != null and endDate != ''"> and create_time between #{beginDate} and #{endDate} </if> <if test="endDate != '' and endDate != null"> and create_time < #{endDate} </if> </where> order by create_time desc ) a