提交 7e7f0823 编写于 作者: lakernote's avatar lakernote

(add)[整体](数据权限全新改版,支持指定到具体的mapper和method)

上级 5908aa3a
...@@ -16,7 +16,7 @@ public class EasyAdminSecurityUtils { ...@@ -16,7 +16,7 @@ public class EasyAdminSecurityUtils {
try { try {
userInfoAndPowers = (UserInfoAndPowers) StpUtil.getSession().get(EasyAdminConstants.CURRENT_USER); userInfoAndPowers = (UserInfoAndPowers) StpUtil.getSession().get(EasyAdminConstants.CURRENT_USER);
} catch (Exception e) { } catch (Exception e) {
log.error(e.getMessage()); log.warn(e.getMessage());
} }
return userInfoAndPowers; return userInfoAndPowers;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册