修改bgp没有删掉subscribe

This commit is contained in:
leijun
2018-08-23 16:22:53 +08:00
parent 57bccca189
commit c5e372f4d0
4 changed files with 9 additions and 5 deletions

View File

@@ -639,6 +639,10 @@
delete from ntc_bgp_as_cfg where compile_id=#{compileId} and function_id=#{functionId}
</delete>
<delete id="deleteSubscribeIdCfg" >
delete from ntc_subscribe_id_cfg where compile_id=#{compileId} and function_id=#{functionId}
</delete>
<update id="updateCfgValid" parameterType="com.nis.domain.configuration.BaseCfg">
update ${tableName} set is_valid = #{isValid,jdbcType=INTEGER},
editor_id = #{editorId,jdbcType=INTEGER} ,