|
@@ -260,7 +260,7 @@ public class MtCompanyUserService extends ServiceImpl<MtCompanyUserMapper, MtCom
|
|
|
mtCompanyUserRequest.getCompanyId(), userIdList));
|
|
|
Map<Long, List<LiftUser>> userIdToLiftUserList = new HashMap<>();
|
|
|
if (liftUserList != null && liftUserList.size() > 0) {
|
|
|
- userIdToLiftUserList = liftUserList.stream().collect(Collectors.groupingBy(LiftUser::getLiftId));
|
|
|
+ userIdToLiftUserList = liftUserList.stream().collect(Collectors.groupingBy(LiftUser::getUserId));
|
|
|
}
|
|
|
|
|
|
//公司用户信息组装区域
|