|
@@ -323,15 +323,9 @@ public class Scene3dfamilyServiceImpl extends ServiceImpl<IScene3dfamilyMapper,
|
|
|
String.format(UploadFilePath.DATA_VIEW_PATH,sceneNum));
|
|
|
|
|
|
// 下载用户的户型图数据
|
|
|
- if (fYunFileService.fileExist(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "houst_floor.json")) {
|
|
|
- fYunFileService.downloadFile(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "houst_floor.json",
|
|
|
- path + File.separator + "scene" + File.separator + "data" + File.separator + "data" + sceneNum
|
|
|
- );
|
|
|
- }
|
|
|
-
|
|
|
- if (fYunFileService.fileExist(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "floorplan_cad.json")) {
|
|
|
- fYunFileService.downloadFile(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "floorplan_cad.json",
|
|
|
- path + File.separator + "scene" + File.separator + "data" + File.separator + "data" + sceneNum
|
|
|
+ if (fYunFileService.fileExist(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "floorplan.json")) {
|
|
|
+ fYunFileService.downloadFile(String.format(UploadFilePath.USER_VIEW_PATH, sceneNum) + "floorplan.json",
|
|
|
+ path + File.separator + "scene" + File.separator + "data" + File.separator + "data" + sceneNum+"/houst_floor.json"
|
|
|
);
|
|
|
}
|
|
|
|