|
|
@ -228,7 +228,7 @@ public class IcResiCollectServiceImpl extends BaseServiceImpl<IcResiCollectDao, |
|
|
|
if(StringUtils.isNotBlank(entity.getIdNum())){ |
|
|
|
if (MapUtils.isNotEmpty(memMap) && memMap.containsKey(entity.getIdNum())) { |
|
|
|
entity.setIcResiCollectId(collectInfo.getId()); |
|
|
|
entity.setCustomerId(memMap.get(entity.getIdNum()).getCustomerId()); |
|
|
|
entity.setCustomerId(collectInfo.getCustomerId()); |
|
|
|
entity.setId(memMap.get(entity.getIdNum()).getId()); |
|
|
|
icResiMemberDao.updateById(entity); |
|
|
|
continue; |
|
|
|