@@ -105,12 +105,6 @@ public class PermissionAspect implements Interceptor {
@Override
public Object intercept(Invocation invocation) throws Throwable {
-
- if (true){
- return invocation.proceed();
- }
//部门权限
MyuserResDTO user = getSysUser(code);
DataDictionary dept = getSysDept(user);