|
@@ -125,7 +125,6 @@ public class PermissionAspect implements Interceptor {
|
|
|
List<PostUser> postUserList = getUserPostList(user.getId());
|
|
|
post = getSysPost(postUserList);
|
|
|
|
|
|
- System.out.println("ddddddddddddddd"+post.getKeyValue());
|
|
|
// 比较Scope字段并取最大值
|
|
|
if(null != post){
|
|
|
scope = Integer.min(scope, post.getScope());
|