feat:bug
This commit is contained in:
@@ -177,6 +177,7 @@
|
||||
and b.today_task = #{todayTask}
|
||||
</if>
|
||||
<if test="pendingFlag != null">
|
||||
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 ))
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user