feat:bug

This commit is contained in:
苏竹红
2025-07-30 15:30:14 +08:00
parent a3b2180ae0
commit fa0e4d158a

View File

@@ -177,6 +177,7 @@
and b.today_task = #{todayTask} and b.today_task = #{todayTask}
</if> </if>
<if test="pendingFlag != null"> <if test="pendingFlag != null">
and a.process_status = 0
and a.process_status = 0 and a.process_status = 0
and (b.remind_type = 1 or (b.remind_type = 2 and NOW() BETWEEN b.remind_start_time AND b.remind_end_time )) and (b.remind_type = 1 or (b.remind_type = 2 and NOW() BETWEEN b.remind_start_time AND b.remind_end_time ))
</if> </if>