验证代理对象的证书是否被拦截策略引用,如被引用,则证书配置不能取消。

This commit is contained in:
zhangwei
2019-01-18 20:21:04 +06:00
parent 104d06fd19
commit 9e6e2fbd37
5 changed files with 68 additions and 2 deletions

View File

@@ -371,6 +371,17 @@
<if test="sourceCompileId != null">
and source_compile_id=#{sourceCompileId}
</if>
<if test="isValid != null">
and is_valid=#{isValid}
</if>
<if test="isAudit != null">
and is_audit=#{isAudit}
</if>
<!-- 代理拦截策略 -->
<if test="functionId != null and functionId=200">
and a.user_region1=#{userRegion1}
</if>
</where>
</select>
<select id="getIpPortList" resultMap="ipPortMap" parameterType="com.nis.domain.configuration.CfgIndexInfo">