|
|
@ -90,7 +90,7 @@ |
|
|
|
and t.`TICKET_ID` is null |
|
|
|
and t.`TICKET_ID` is null |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="req.startTime != null and req.startTime != ''"> |
|
|
|
<if test="req.startTime != null and req.startTime != ''"> |
|
|
|
and t.`PLAN_START_TIME` > #{req.startTime} |
|
|
|
and t.`PLAN_START_TIME` >= #{req.startTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="req.endTime != null and req.startTime != '' "> |
|
|
|
<if test="req.endTime != null and req.startTime != '' "> |
|
|
|
and t.`PLAN_START_TIME` < #{req.endTime} |
|
|
|
and t.`PLAN_START_TIME` < #{req.endTime} |
|
|
|