|
@@ -377,7 +377,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
}
|
|
}
|
|
|
|
|
|
Integer sceneSource = sceneProEntity == null ? scenePlusEntity.getSceneSource() : sceneProEntity.getSceneSource();
|
|
Integer sceneSource = sceneProEntity == null ? scenePlusEntity.getSceneSource() : sceneProEntity.getSceneSource();
|
|
- if(sceneSource != 4){
|
|
|
|
|
|
+ if(sceneSource != 4 && sceneSource !=5){
|
|
throw new BusinessException(ResultCode.GENERATE_OBJ_ERROR_TYPE);
|
|
throw new BusinessException(ResultCode.GENERATE_OBJ_ERROR_TYPE);
|
|
}
|
|
}
|
|
|
|
|