forked from github/dataease
fix: 暂时屏蔽视图操作日志
This commit is contained in:
parent
5973f9beac
commit
319df86b5b
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user