update 同步 ruoyi 新功能

This commit is contained in:
疯狂的狮子li
2022-08-25 13:35:57 +08:00
parent 2cc7ea4bd8
commit d1f58ae277
6 changed files with 16 additions and 25 deletions

View File

@@ -151,14 +151,6 @@ public class LogAspect {
return params.toString().trim();
}
/**
* 忽略敏感属性
*/
public PropertyPreExcludeFilter excludePropertyPreFilter()
{
return new PropertyPreExcludeFilter().addExcludes(EXCLUDE_PROPERTIES);
}
/**
* 判断是否需要过滤的对象。
*