|
@@ -225,6 +225,9 @@ public class SceneEditServiceImpl implements ISceneEditService {
|
|
}
|
|
}
|
|
|
|
|
|
//权限控制完后判断若是协作账号,获取协作权限
|
|
//权限控制完后判断若是协作账号,获取协作权限
|
|
|
|
+ if(scenePlus.getUserId().equals(ssoUser.getId())){
|
|
|
|
+ return sceneAuthVO;
|
|
|
|
+ }
|
|
SceneCooperation sceneCooperation = sceneCooperationService.getByNum(num);
|
|
SceneCooperation sceneCooperation = sceneCooperationService.getByNum(num);
|
|
if(Objects.nonNull(sceneCooperation)){
|
|
if(Objects.nonNull(sceneCooperation)){
|
|
sceneAuthVO.setInclude(sceneResourceService.findByCooperationId(sceneCooperation.getId()));
|
|
sceneAuthVO.setInclude(sceneResourceService.findByCooperationId(sceneCooperation.getId()));
|