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