Commit 4a52cd9e by guojuxing

加日志

parent 6bb6bbdf
......@@ -110,7 +110,9 @@ public class AuthInterceptor extends HandlerInterceptorAdapter {
//获取第二层级的页面
if (menuInfo.getLevel().intValue() > 2) {
temp = getOperationModule(menuInfo.getMenuId(), tempMap);
log.info("接口的菜单信息2:{}", temp);
while (tempMap.get(temp.toString()).getLevel().intValue() != 2) {
log.info("接口的菜单信息3:{}", temp);
temp = getOperationModule(tempMap.get(temp.toString()).getMenuId(), tempMap);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment