|
@@ -176,7 +176,7 @@ public class SceneServiceImpl implements ISceneService {
|
|
|
}
|
|
|
ScenePlusExt scenePlusExt = scenePlusExtService.getScenePlusExtByPlusId(scenePlus.getId());
|
|
|
if(status == 0){
|
|
|
- scenePlusExtService.update(new LambdaUpdateWrapper<ScenePlusExt>().eq(ScenePlusExt::getId, scenePlusExt.getId()).setSql("set orientation = null"));
|
|
|
+ scenePlusExtService.update(new LambdaUpdateWrapper<ScenePlusExt>().eq(ScenePlusExt::getId, scenePlusExt.getId()).setSql("orientation = null"));
|
|
|
}else{
|
|
|
scenePlusExt.setOrientation(orientation);
|
|
|
scenePlusExtService.updateById(scenePlusExt);
|