Commit bd3ba426 by guojuxing

调整新的资源组

parent ea6640df
......@@ -273,7 +273,6 @@ public class LoginController {
private void setUserResource(UserDetail detail, Integer userId) {
ServiceResponse<UserResourceDTO> resource = this.userResourceApiService.getResourceByUserId(userId);
detail.setUserResourceInfo(new UserResourceInfo());
if (resource.isSuccess() && resource.getResult() != null) {
//查询管理员的资源组信息
ServiceResponse<ResourceGroupDataDTO> response = resourceGroupApiService.getResourceGroupByUserId(userId);
......
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