拦截内置配置:允许修改、不允许删除。
keyring内置配置:允许修改,不允许删除。 可信证书内置配置:不允许修改,允许删除(未被引用)。
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user