|
@@ -313,6 +313,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
sceneEditInfoExt.setEditInfoId(sceneEditInfo.getId());
|
|
|
sceneEditInfoExtService.saveOrUpdate(sceneEditInfoExt);
|
|
|
|
|
|
+ scenePlus.setTitle(sceneEditInfo.getTitle());
|
|
|
+ scenePlus.setDescription(sceneEditInfo.getDescription());
|
|
|
+ scenePlusService.updateById(scenePlus);
|
|
|
+
|
|
|
return ResultData.ok();
|
|
|
}
|
|
|
|