|
@@ -125,8 +125,8 @@ public class PartyEmployeeProvider extends GenericProvider implements IPartyEmpl
|
|
|
handleParams("query", request, queryFilter);
|
|
handleParams("query", request, queryFilter);
|
|
|
partyEmployeeRepository.setQueryOrgPath();
|
|
partyEmployeeRepository.setQueryOrgPath();
|
|
|
list = partyEmployeeRepository.query(queryFilter);
|
|
list = partyEmployeeRepository.query(queryFilter);
|
|
|
|
|
+ partyEmployeeRepository.removeQueryOrgPath();
|
|
|
}
|
|
}
|
|
|
- partyEmployeeRepository.removeQueryOrgPath();
|
|
|
|
|
//List<PartyEmployeePo> data = partyEmployeeRepository.transferPoList(list);
|
|
//List<PartyEmployeePo> data = partyEmployeeRepository.transferPoList(list);
|
|
|
//fillOrgName(data);
|
|
//fillOrgName(data);
|
|
|
APIPageList<PartyEmployeePo> apiPageData = getAPIPageList(list);
|
|
APIPageList<PartyEmployeePo> apiPageData = getAPIPageList(list);
|