Commit 797dd760 authored by zjy's avatar zjy

user/role/tright 7.13

parent 8fca61d5
......@@ -96,13 +96,13 @@ public class CompanyServiceImpl implements CompanyService {
public CompanyResVo pdGetDetail(CompanyGetReqVo reqVo) {
CompanyResVo resVo = getDetail(reqVo);
/*获取用户表信息*/
UserGetSuperAdminReqVo req = new UserGetSuperAdminReqVo();
/*UserGetSuperAdminReqVo req = new UserGetSuperAdminReqVo();
req.setCompanyId(reqVo.getId());
req.setAdminRoleId(RoleConstant.ADMIN_ROLE_ID);
UserVo userVo = userDaoImpl.getAdmin(req);
if (null != userVo) {
resVo.setUserVo(userVo);
}
}*/
return resVo;
}
......
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