Commit a8f11b30 by guojuxing

权限菜单查询方式调整:一开始只查询第一层,代码回滚

parent bbecec8e
......@@ -135,7 +135,7 @@ public class MenuController {
LOGGER.info("changeListToTree权限菜单数据递归时间:{}", System.currentTimeMillis() - serviceAfter);
return RestResponse.success(resultInfo);
} else {
return ResultControllerUtils.commonResult(result);
return RestResponse.success(addAuthItemSignAndChildrenSignToList(result.getResult()));
}
}
return EnterpriseRestResponse.failure(result);
......
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