Commit 8292944a authored by tangwei's avatar tangwei

修改接口

parent 880484c8
......@@ -725,7 +725,7 @@ public class OrgUsrController extends BaseController {
for (OrgUsr orgUsr : lit) {
orgUsr.setAmosOrgId(orgUsr.getAmosOrgId()+"@"+orgUsr.getParentId());
}
return ResponseHelper.buildResponse(iOrgUsrService.getPersonListByCompanyId(companyId));
return ResponseHelper.buildResponse(lit);
}
/**
......
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