vpn 用户管理修改新增修改和删除逻辑
ip地址池增加存在可用ip地址池才在策略展示
This commit is contained in:
@@ -443,6 +443,6 @@
|
||||
<select id="findAddrPoolCfg" resultMap="addrPoolMap">
|
||||
SELECT
|
||||
<include refid="addrPoolColumns"/>,r.ADDR_POOL_NAME
|
||||
FROM ip_reuse_addr_pool r WHERE r.is_valid !=-1
|
||||
FROM ip_reuse_addr_pool r WHERE r.is_audit=1
|
||||
</select>
|
||||
</mapper>
|
||||
@@ -92,7 +92,7 @@
|
||||
#{serverIp,jdbcType=VARCHAR},
|
||||
#{userType,jdbcType=VARCHAR},
|
||||
#{isValid,jdbcType=INTEGER},
|
||||
0,
|
||||
1,
|
||||
#{creatorId,jdbcType=INTEGER},
|
||||
#{createTime,jdbcType=TIMESTAMP},
|
||||
#{editorId,jdbcType=INTEGER},
|
||||
|
||||
Reference in New Issue
Block a user