拦截内置compile_id=0配置;
拦截内置配置不允许删除、不允许取消。只允许修日志参数,拦截动作,以及动作参数等信息,其他信息策略编辑界面置灰,不能修改。
This commit is contained in:
@@ -196,6 +196,8 @@
|
||||
<!-- 判断是否批量操作 -->
|
||||
<when test="batchValidValue != null and batchValidValue != ''">
|
||||
AND a.IS_VALID in (${batchValidValue})
|
||||
<!-- 批量操作不针对compie_id=0的拦截配置 -->
|
||||
AND a.compile_id != 0
|
||||
</when>
|
||||
<otherwise>
|
||||
<if test="isValid != null">
|
||||
|
||||
Reference in New Issue
Block a user