Unverified 提交 f23580d4 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #2338 from dataease/pr@dev@fix_disable_view_log

fix: 暂时屏蔽视图操作日志
...@@ -48,7 +48,10 @@ public class LogService { ...@@ -48,7 +48,10 @@ public class LogService {
// 排除驱动和驱动文件的公共操作的资源类型 // 排除驱动和驱动文件的公共操作的资源类型
private static Integer[] COMMON_SOURCE = {1, 2,3,4,6,7,8,9}; // 暂时屏蔽视图日志
// private static Integer[] COMMON_SOURCE = {1, 2,3,4,6,7,8,9};
private static Integer[] COMMON_SOURCE = {1, 2,3,6,7,8,9};
// 增 改 删 针对公共资源的操作 // 增 改 删 针对公共资源的操作
private static Integer[] COMMON_SOURCE_OPERATE = {1 ,2 , 3}; private static Integer[] COMMON_SOURCE_OPERATE = {1 ,2 , 3};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论