|
|
@ -2223,7 +2223,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
IcResiUserEntity entity = new IcResiUserEntity(); |
|
|
|
entity.setGridId(formDTO.getTargetGridId()); |
|
|
|
LambdaQueryWrapper<IcResiUserEntity> wrapper = new LambdaQueryWrapper<>(); |
|
|
|
wrapper.eq(IcResiUserEntity::getGridId,formDTO.getSourceGridId()); |
|
|
|
wrapper.eq(IcResiUserEntity::getGridId,formDTO.getSourceGridId()) |
|
|
|
.eq(IcResiUserEntity::getCustomerId,formDTO.getCustomerId()); |
|
|
|
baseDao.update(entity,wrapper); |
|
|
|
//不调用原来的更新居民了 太慢
|
|
|
|
/*List<String> resiUserIdList = baseDao.listUserIds(formDTO.getCustomerId(), formDTO.getSourceGridId()); |
|
|
|