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