|
|
@ -322,7 +322,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
formDTO.getConditions(), |
|
|
|
resultColumns, |
|
|
|
subTables, |
|
|
|
staffInfoCacheResult.getAgencyId(), finalStaffOrgPath |
|
|
|
staffInfoCacheResult.getAgencyId(), finalStaffOrgPath,null |
|
|
|
)); |
|
|
|
}else{ |
|
|
|
List<Map<String,Object>> list=baseDao.selectListResiMap(formDTO.getCustomerId(), |
|
|
@ -330,7 +330,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
formDTO.getConditions(), |
|
|
|
resultColumns, |
|
|
|
subTables,staffInfoCacheResult.getAgencyId(), |
|
|
|
staffOrgPath); |
|
|
|
staffOrgPath,null); |
|
|
|
pageInfo.setTotal(CollectionUtils.isEmpty(list)?NumConstant.ZERO:list.size()); |
|
|
|
pageInfo.setList(list); |
|
|
|
} |
|
|
|