|
|
@ -10,7 +10,7 @@
|
|
|
|
<if test="id != '' and id!=null">
|
|
|
|
<if test="id != '' and id!=null">
|
|
|
|
and id = #{id}
|
|
|
|
and id = #{id}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="status != '' and status!=null">
|
|
|
|
<if test="status!=null">
|
|
|
|
and status = #{status}
|
|
|
|
and status = #{status}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="type != '' and type!=null">
|
|
|
|
<if test="type != '' and type!=null">
|
|
|
@ -19,8 +19,8 @@
|
|
|
|
<if test="scheduleType != '' and scheduleType!=null">
|
|
|
|
<if test="scheduleType != '' and scheduleType!=null">
|
|
|
|
and scheduleType = #{scheduleType}
|
|
|
|
and scheduleType = #{scheduleType}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by updateTime desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|