被策略引用的地址池配置不可取消.

This commit is contained in:
zhangwq
2018-12-05 15:17:49 +08:00
parent 1e4dfeedf1
commit 2660ff32f9
10 changed files with 80 additions and 78 deletions

View File

@@ -1143,14 +1143,4 @@
</choose>
</select>
<select id="checkAddrPoolIsUsed" resultMap="BaseIpMap">
SELECT
<include refid="BaseIpCfg_Column_List_with_id" />
FROM
ip_port_cfg
WHERE
is_valid != -1 AND
ir_type IS NOT NULL AND
user_region2 = #{addrPoolId,jdbcType=VARCHAR}
</select>
</mapper>