proxy intercept ip功能完成
http\dns\ssl\mail dolog添加
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
a.audit_time,a.service_id,a.request_id,a.compile_id,a.is_area_effective,a.classify,a.attribute,a.lable,
|
||||
a.expr_type,a.match_method,a.is_hexbin,a.area_effective_ids,a.function_id,a.cfg_region_code
|
||||
</sql>
|
||||
<select id="getInterceptPktBinList" resultMap="stringCfgMap">
|
||||
<select id="getInterceptPktBin" resultMap="stringCfgMap">
|
||||
SELECT
|
||||
<include refid="StrCfg_Column" />
|
||||
FROM intercept_pkt_bin a where compile_id=#{compileId} and function_id=#{functionId}
|
||||
@@ -109,7 +109,7 @@
|
||||
#{userRegion5,jdbcType=VARCHAR}
|
||||
)
|
||||
</insert>
|
||||
<delete id="deleteDnsIpCfg" >
|
||||
<delete id="deleteInterceptIpCfg" >
|
||||
delete from ip_port_cfg where compile_id=#{compileId} and function_id=#{functionId}
|
||||
</delete>
|
||||
<!-- 删除pkt bin子配置 -->
|
||||
|
||||
Reference in New Issue
Block a user