|
@@ -187,9 +187,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
}
|
|
|
if(Objects.nonNull(param.getStarted())){
|
|
|
sceneEditInfoExt.setStarted(JSON.toJSONString(param.getStarted()));
|
|
|
- }else{
|
|
|
- sceneEditInfoExt.setStarted("");
|
|
|
}
|
|
|
+// else{
|
|
|
+// sceneEditInfoExt.setStarted("");
|
|
|
+// }
|
|
|
sceneEditInfoExtService.updateById(sceneEditInfoExt);
|
|
|
|
|
|
if(Objects.nonNull(param.getControls())){
|