添加内置拦截白名单策略
不能修改不能删除不能无效
This commit is contained in:
@@ -196,8 +196,9 @@
|
||||
<!-- 判断是否批量操作 -->
|
||||
<when test="batchValidValue != null and batchValidValue != ''">
|
||||
AND a.IS_VALID in (${batchValidValue})
|
||||
<!-- 批量操作不针对compie_id=0的拦截配置 -->
|
||||
<!-- 批量操作不针对compie_id=0和1的拦截配置 -->
|
||||
AND a.compile_id != 0
|
||||
AND a.compile_id != 1
|
||||
</when>
|
||||
<otherwise>
|
||||
<if test="isValid != null">
|
||||
|
||||
Reference in New Issue
Block a user