|
@@ -686,10 +686,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
String bucket = scenePlusExt.getYunFileBucket();
|
|
|
String path = scenePlusExt.getDataSource();
|
|
|
|
|
|
- //户型图上传
|
|
|
- String ossResultPath = String.format(UploadFilePath.scene_result_data_path, num);
|
|
|
- String floorplanCadPath = ossResultPath + "floorplan_cad/";
|
|
|
- fYunFileService.copyFileBetweenBucket(bucket, floorplanCadPath, bucket, String.format(UploadFilePath.USER_EDIT_PATH, num));
|
|
|
+ //户型图上传 恢复默认并发布同时点击刷新查看页面,平面图会变形,所以这里先注释掉 bug-36281 2023-05-04
|
|
|
+// String ossResultPath = String.format(UploadFilePath.scene_result_data_path, num);
|
|
|
+// String floorplanCadPath = ossResultPath + "floorplan_cad/";
|
|
|
+// fYunFileService.copyFileBetweenBucket(bucket, floorplanCadPath, bucket, String.format(UploadFilePath.USER_EDIT_PATH, num));
|
|
|
|
|
|
// String userEditPath = UploadFilePath.USER_EDIT_PATH + "floor-cad-%s.%s";
|
|
|
// String floorCadPath = path + "/results/floorplan_cad";
|