@ -16,7 +16,7 @@
and t.PLAN_START_TIME >= #{task.planStartTime}
</if>
<if test="task.planStartTimeEnd != null">
and t.PLAN_START_TIME <= #{task.planStartTimeEnd}
<if test="task.planEndTime != null">
and t.PLAN_END_TIME <= #{task.planEndTime}