@ -93,7 +93,7 @@
and t.`PLAN_START_TIME` >= #{req.startTime}
</if>
<if test="req.endTime != null and req.startTime != '' ">
and t.`PLAN_START_TIME` < #{req.endTime}
and t.`PLAN_START_TIME` <= #{req.endTime}
<if test="req.deptIds != null">
and t.create_dept in