|
@ -2246,9 +2246,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
resiUserIdList.forEach(userId -> { |
|
|
resiUserIdList.forEach(userId -> { |
|
|
map.put(FieldConstant.ID, userId); |
|
|
map.put(FieldConstant.ID, userId); |
|
|
this.edit(tokenDto, icResiUserFormDTOS); |
|
|
this.edit(tokenDto, icResiUserFormDTOS); |
|
|
}); |
|
|
});*/ |
|
|
*/ |
|
|
return resiUserIdList; |
|
|
return null; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|