修正FTP配置批量删除功能

This commit is contained in:
zhangwenqing
2019-08-20 13:33:01 +08:00
parent f7f87d2ba9
commit 030fe60a93

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 != ''">