修正FTP配置批量删除功能

This commit is contained in:
zhangwenqing
2019-08-20 13:33:01 +08:00
committed by duandongmei
parent 6855909f00
commit 2b4a09ea2a

View File

@@ -226,12 +226,6 @@
<if test="action != null">
AND a.ACTION=#{action,jdbcType=INTEGER}
</if>
<if test="isValid != null">
AND a.IS_VALID=#{isValid,jdbcType=INTEGER}
</if>
<if test="isValid == null">
AND a.IS_VALID != -1
</if>
<choose>
<!-- 判断是否批量操作 -->
<when test="batchValidValue != null and batchValidValue != ''">