拦截内置配置:允许修改、不允许删除。

keyring内置配置:允许修改,不允许删除。
可信证书内置配置:不允许修改,允许删除(未被引用)。
This commit is contained in:
段冬梅
2019-06-14 11:16:54 +08:00
parent 7ce70a10f8
commit 1c4308e536
6 changed files with 19 additions and 11 deletions

View File

@@ -176,6 +176,7 @@
<!-- 判断是否批量操作 -->
<when test="batchValidValue != null and batchValidValue != ''">
AND r.IS_VALID in (${batchValidValue})
AND r.compile_id not in(0,1)
</when>
<otherwise>
<if test="isValid != null">
@@ -278,7 +279,6 @@
<!-- 判断是否批量操作 -->
<when test="batchValidValue != null and batchValidValue != ''">
AND r.IS_VALID in (${batchValidValue})
AND r.built_in !=1
</when>
<otherwise>
<if test="isValid != null">