Commit 46cfd2c9 authored by tianyiming's avatar tianyiming

查询企业管理员信息bug修改

parent 81957eec
...@@ -105,7 +105,7 @@ public class RegUnitInfoController extends BaseController { ...@@ -105,7 +105,7 @@ public class RegUnitInfoController extends BaseController {
if (ObjectUtils.isEmpty(reginParams)) { if (ObjectUtils.isEmpty(reginParams)) {
return null; return null;
} else { } else {
unitCode = reginParams.getUserModel().getCompanys().get(0).getCompanyCode(); unitCode = reginParams.getCompany().getCompanyCode();
} }
return ResponseHelper.buildResponse(iRegUnitInfoService.adminInfo(unitCode)); return ResponseHelper.buildResponse(iRegUnitInfoService.adminInfo(unitCode));
} }
......
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