update 优化 pr 代码

This commit is contained in:
疯狂的狮子Li
2022-05-22 12:43:32 +08:00
parent b7c5a8a244
commit c48eaf8618

View File

@@ -33,10 +33,6 @@ public class DataPermissionHelper {
}
public static Map<String, Object> getContext() {
/*
*借用satoken的SaStorage存储数据权限标识
*
*/
SaStorage saStorage = SaHolder.getStorage();
Object attribute = saStorage.get(DATA_PERMISSION_KEY);
if (ObjectUtil.isNull(attribute)) {