|
@@ -3810,7 +3810,7 @@ public class SceneProServiceImpl extends BaseServiceImpl<SceneProEntity, String>
|
|
|
*/
|
|
|
@Override
|
|
|
public void operaVideo(OperaVideoParam operaVideoDTO) throws Exception {
|
|
|
- SceneProEntity sceneProEntity = findBySceneNum(operaVideoDTO.getNum());
|
|
|
+ SceneProEntity sceneProEntity = findBySceneNum(operaVideoDTO.getSceneNum());
|
|
|
if(sceneProEntity == null){
|
|
|
throw new BaseRuntimeException(SceneConstant.FAILURE_CODE_5005, SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|