添加内置拦截白名单策略

不能修改不能删除不能无效
This commit is contained in:
wangwei
2019-06-26 15:01:17 +08:00
parent a1f0f432e7
commit 51a833f9fb
4 changed files with 18 additions and 7 deletions

View File

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