@@ -1179,7 +1179,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
return;
}
- if(sceneProEntity.getSceneSource() != 4){
+ if(sceneProEntity.getSceneSource() != 4 || sceneProEntity.getSceneSource() != 5){
throw new BusinessException(LoginConstant.FAILURE_CODE_3003, "只能操作激光场景");