(1)APPip配置删除去掉关于protocolId的判断,function_id足矣

(2)加密隧道行为提交
This commit is contained in:
wangxin
2018-07-25 17:10:14 +08:00
parent 76b7122c21
commit 8069419eb0
6 changed files with 1075 additions and 1 deletions

View File

@@ -1708,7 +1708,7 @@
<!-- 删除APP策略IP子配置 -->
<delete id="deleteAppPolicyIpCfg" >
delete from ip_port_cfg where compile_id=#{compileId} and protocol_id=21 and function_id=#{functionId}
delete from ip_port_cfg where compile_id=#{compileId} and function_id=#{functionId}
</delete>
<!-- 查询APP策略IP子配置 -->
<select id="getAppPolicyIpList" resultMap="ipPortMap" parameterType="com.nis.domain.configuration.CfgIndexInfo">