证书策略去掉业务类型选项,domain拦截修改domian自定义域bug更改
This commit is contained in:
@@ -162,8 +162,8 @@
|
||||
<if test="isAudit == 1">
|
||||
AND r.is_audit =1
|
||||
</if>
|
||||
<if test="cfgType != null">
|
||||
AND r.cfg_type =#{cfgType,jdbcType=VARCHAR}
|
||||
<if test="cfgType == 'ip' ">
|
||||
<![CDATA[AND r.keyring_type <> 'end-entity']]>
|
||||
</if>
|
||||
<if test="cfgId != null">
|
||||
AND r.CFG_ID=#{cfgId,jdbcType=BIGINT}
|
||||
|
||||
Reference in New Issue
Block a user