@@ -175,6 +175,9 @@
<if test="scheduledTime!=null and scheduledTime!=''">
and e.scheduled_time =#{scheduledTime}
</if>
+ <if test="state!=null and state!=''">
+ and e.state=#{state}
+ </if>
</where>
order by e.end_time
<if test="isAsc!=null and isAsc!=''">