拦截内置compile_id=0配置;

拦截内置配置不允许删除、不允许取消。只允许修日志参数,拦截动作,以及动作参数等信息,其他信息策略编辑界面置灰,不能修改。
This commit is contained in:
段冬梅
2019-06-13 15:25:04 +08:00
parent aaf64fc527
commit c58bac38d1
6 changed files with 70 additions and 24 deletions

View File

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