|
@@ -718,15 +718,15 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
//写入数据库
|
|
|
Byte floorPlanUser = null;
|
|
|
- if(StrUtil.isNotEmpty(floorJsonData)){
|
|
|
- JSONObject houseTypeJson = CreateHouseJsonUtil
|
|
|
- .createHouseTypeJsonByUser(localDataPath + "floorplan_user.json");
|
|
|
- if(Objects.nonNull(houseTypeJson)) {
|
|
|
- fYunFileService.uploadFile(bucket, houseTypeJson.toJSONString().getBytes(), editUserPath + "houseType.json");
|
|
|
- }
|
|
|
-
|
|
|
- floorPlanUser = CommonStatus.YES.code();
|
|
|
- }
|
|
|
+// if(StrUtil.isNotEmpty(floorJsonData)){
|
|
|
+// JSONObject houseTypeJson = CreateHouseJsonUtil
|
|
|
+// .createHouseTypeJsonByUser(localDataPath + "floorplan_user.json");
|
|
|
+// if(Objects.nonNull(houseTypeJson)) {
|
|
|
+// fYunFileService.uploadFile(bucket, houseTypeJson.toJSONString().getBytes(), editUserPath + "houseType.json");
|
|
|
+// }
|
|
|
+//
|
|
|
+// floorPlanUser = CommonStatus.YES.code();
|
|
|
+// }
|
|
|
SceneEditInfo sceneEditInfoDb = this.getByScenePlusId(scenePlus.getId());
|
|
|
if(Objects.nonNull(sceneEditInfoDb)){
|
|
|
LambdaUpdateWrapper<SceneEditInfo> updateWrapper = new LambdaUpdateWrapper<SceneEditInfo>()
|