修正FTP配置批量删除功能
This commit is contained in:
committed by
duandongmei
parent
6855909f00
commit
2b4a09ea2a
@@ -226,12 +226,6 @@
|
|||||||
<if test="action != null">
|
<if test="action != null">
|
||||||
AND a.ACTION=#{action,jdbcType=INTEGER}
|
AND a.ACTION=#{action,jdbcType=INTEGER}
|
||||||
</if>
|
</if>
|
||||||
<if test="isValid != null">
|
|
||||||
AND a.IS_VALID=#{isValid,jdbcType=INTEGER}
|
|
||||||
</if>
|
|
||||||
<if test="isValid == null">
|
|
||||||
AND a.IS_VALID != -1
|
|
||||||
</if>
|
|
||||||
<choose>
|
<choose>
|
||||||
<!-- 判断是否批量操作 -->
|
<!-- 判断是否批量操作 -->
|
||||||
<when test="batchValidValue != null and batchValidValue != ''">
|
<when test="batchValidValue != null and batchValidValue != ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user