|
|
@ -591,6 +591,7 @@ public class IcNatServiceImpl extends BaseServiceImpl<IcNatDao, IcNatEntity> imp |
|
|
|
LambdaQueryWrapper<IcResiUserEntity> query = new LambdaQueryWrapper(); |
|
|
|
query.eq(IcResiUserEntity::getCustomerId, customerId); |
|
|
|
query.eq(IcResiUserEntity::getIdCard, idCard); |
|
|
|
query.eq(IcResiUserEntity::getStatus,NumConstant.ZERO_STR); |
|
|
|
if (StringUtils.isNotBlank(pids)) { |
|
|
|
query.likeRight(IcResiUserEntity::getPids, pids); |
|
|
|
} |
|
|
|