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