|
@@ -654,6 +654,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
//写入数据库
|
|
|
Byte floorPlanUser = null;
|
|
|
if(StrUtil.isNotEmpty(floorJsonData)){
|
|
|
+ // TODO: 2022/7/26 生成hostType
|
|
|
floorPlanUser = CommonStatus.YES.code();
|
|
|
}
|
|
|
SceneEditInfo sceneEditInfoDb = this.getByScenePlusId(scenePlus.getId());
|