|
@ -2493,6 +2493,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
wrapper.eq(IcResiUserEntity::getCustomerId, customerId); |
|
|
wrapper.eq(IcResiUserEntity::getCustomerId, customerId); |
|
|
wrapper.and(wq -> wq.eq(IcResiUserEntity::getAgencyId, agencyId).or().like(IcResiUserEntity::getPids, agencyId)); |
|
|
wrapper.and(wq -> wq.eq(IcResiUserEntity::getAgencyId, agencyId).or().like(IcResiUserEntity::getPids, agencyId)); |
|
|
wrapper.eq(IcResiUserEntity::getIsVolunteer, NumConstant.ONE_STR); |
|
|
wrapper.eq(IcResiUserEntity::getIsVolunteer, NumConstant.ONE_STR); |
|
|
|
|
|
wrapper.eq(IcResiUserEntity::getStatus, NumConstant.ZERO_STR); |
|
|
List<IcResiUserEntity> list = baseDao.selectList(wrapper); |
|
|
List<IcResiUserEntity> list = baseDao.selectList(wrapper); |
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
return Collections.emptyList(); |
|
|
return Collections.emptyList(); |
|
|