fix:今明任务

This commit is contained in:
2025-11-25 11:52:39 +08:00
parent 0541459162
commit 154a6010e1

View File

@@ -83,7 +83,7 @@
<if test="req.todayTmrTasks != null and req.todayTmrTasks != ''">
<![CDATA[
and STR_TO_DATE(end_time,'%Y-%m-%d') >= CURRENT_DATE()
and STR_TO_DATE(end_time,'%Y-%m-%d') <= DATE_ADD(CURRENT_DATE(), INTERVAL 2 DAY) ;
and STR_TO_DATE(end_time,'%Y-%m-%d') <= DATE_ADD(CURRENT_DATE(), INTERVAL 2 DAY)
]]>
</if>
<if test="req.finishTime != null and req.finishTime != ''">