证书策略去掉业务类型选项,domain拦截修改domian自定义域bug更改

This commit is contained in:
duandongmei
2018-08-30 19:47:40 +08:00
parent d200aeb034
commit d6bf1e9ccb
5 changed files with 12 additions and 23 deletions

View File

@@ -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}