地址池配置取消后新增同名配置bug修改.

This commit is contained in:
zhangwq
2018-12-11 21:49:31 +08:00
parent c66feefe3e
commit 71003be6c0
4 changed files with 4 additions and 4 deletions

View File

@@ -1091,7 +1091,7 @@
AND a.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
</if>
<if test="cfdsLevel != null">
AND (a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER} OR a.CFDS_LEVEL=${cfdsLevel/10})
AND a.CFDS_LEVEL=#{cfdsLevel,jdbcType=INTEGER}
</if>
<if test="action != null">
AND a.ACTION=#{action,jdbcType=INTEGER}