|
@@ -321,7 +321,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
if(byId.getRoleId() !=1 ){
|
|
|
Integer loginPlatformId = jyUserPlatformService.getLoginPlatformId();
|
|
|
if(loginPlatformId != null) {
|
|
|
- param.setPlatformIds(Arrays.asList(loginPlatformId));
|
|
|
+ param.getPlatformIds().add(loginPlatformId);
|
|
|
}
|
|
|
List<String> openNums = jySceneAuthService.getOpenNumList();
|
|
|
if(!openNums.isEmpty()){
|