|
|
@ -1287,6 +1287,10 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
|
|
|
|
@Override |
|
|
|
public PageData<EpidemicPreventionResultDTO> userList(EpidemicPreventionFormDTO formDTO) { |
|
|
|
CustomerStaffInfoCacheResult staffInfo = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), formDTO.getStaffId()); |
|
|
|
if (null != staffInfo) { |
|
|
|
formDTO.setAgencyId(staffInfo.getAgencyId()); |
|
|
|
} |
|
|
|
PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()); |
|
|
|
List<EpidemicPreventionResultDTO> list = new ArrayList<>(); |
|
|
|
if (formDTO.getAttentionType().equals(NumConstant.TWO)){ |
|
|
|