|
@@ -158,6 +158,7 @@ public class V4toV3Handler {
|
|
|
fYunFileService.uploadFile(sceneJsonStr.getBytes(), dataViewPath + "scene.json");
|
|
|
|
|
|
fYunFileService.downloadFile(dataViewPath + "floorplan_cad.json", ConstantFilePath.SCENE_PATH + "data" + File.separator + "data" + num + File.separator + "floor.json");
|
|
|
+ fYunFileService.uploadFile(ConstantFilePath.SCENE_PATH + "data" + File.separator + "data" + num + File.separator + "floor.json", dataViewPath + "floor.json");
|
|
|
}catch (Exception e){
|
|
|
faildNumList.add(plus.getNum());
|
|
|
log.error("转换失败,num:" + num, e);
|