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

fix: 暂时屏蔽视图操作日志
This commit is contained in:
fit2cloud-chenyw
2022-05-28 21:43:48 +08:00
committed by GitHub

View File

@@ -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};