地址池、策略配置列表修改.

This commit is contained in:
zhangwq
2018-12-03 19:24:37 +08:00
parent 50e87fb853
commit fdff7a222e
6 changed files with 50 additions and 57 deletions

View File

@@ -379,6 +379,9 @@
<if test="ipTotal != null" >
ip_total = #{ipTotal,jdbcType=INTEGER},
</if>
<if test="addrPoolName != null and addrPoolName != ''" >
addr_pool_name = #{addrPoolName,jdbcType=VARCHAR},
</if>
<if test="isValid != null" >
is_valid = #{isValid,jdbcType=INTEGER},
</if>

View File

@@ -252,6 +252,9 @@
<if test="userType != null and userType != ''" >
user_type = #{userType,jdbcType=VARCHAR},
</if>
<if test="cfgDesc != null and cfgDesc != ''" >
cfg_desc = #{cfgDesc,jdbcType=VARCHAR},
</if>
<if test="addrPoolId != null" >
addr_pool_id = #{addrPoolId,jdbcType=INTEGER},
</if>