Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
08ff95bf77
|
|
@ -804,6 +804,9 @@ public class SIArchivesBiz {
|
|||
map.put("departmentId", item.getDepartmentId());
|
||||
map.put("jobNum", item.getJobNum());
|
||||
map.put("mobile", item.getTelephone());
|
||||
map.put("siSchemeId", item.getSiSchemeId());
|
||||
map.put("fundSchemeId", item.getFundSchemeId());
|
||||
map.put("otherSchemeId",item.getOtherSchemeId());
|
||||
map.put("status", item.getUserStatusEnum() == null ? "" : item.getUserStatusEnum().getDescription());
|
||||
if (socialItem != null) {
|
||||
map.put("socialName", insuranceSchemeMapper.querySchemeName(socialItem.getSocialSchemeId()));
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ public class SIArchivesServiceImpl extends Service implements SIArchivesService
|
|||
|
||||
@Override
|
||||
public List<InsuranceArchivesEmployeePO> listPageEmployeePOS(InsuranceArchivesListParam param) {
|
||||
return MapperProxyFactory.getProxy(SocialSchemeMapper.class).listPageEmployeePOS(param);
|
||||
return MapperProxyFactory.getProxy(SocialSchemeMapper.class).queryEmployeeList(param);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue