验证代理对象的证书是否被拦截策略引用,如被引用,则证书配置不能取消。
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user