|
@@ -138,7 +138,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
|
|
List<JyPlatform> jyPlatforms = platformService.listByIds(collect);
|
|
List<JyPlatform> jyPlatforms = platformService.listByIds(collect);
|
|
jyPlatforms.forEach(e -> map.put(e.getId(),e));
|
|
jyPlatforms.forEach(e -> map.put(e.getId(),e));
|
|
}
|
|
}
|
|
- List<Integer> sysUserIds = jyUserPlatforms.stream().map(JyUserPlatform::getSysUserId).collect(Collectors.toList());
|
|
|
|
|
|
+ List<Long> sysUserIds = jyUserPlatforms.stream().map(JyUserPlatform::getSysUserId).collect(Collectors.toList());
|
|
HashMap<Long,SysUser> sysUserMap = new HashMap<>();
|
|
HashMap<Long,SysUser> sysUserMap = new HashMap<>();
|
|
HashMap<Long, SysRole> roleMap = new HashMap<>();
|
|
HashMap<Long, SysRole> roleMap = new HashMap<>();
|
|
if(!sysUserIds.isEmpty()){
|
|
if(!sysUserIds.isEmpty()){
|