|
@@ -76,8 +76,8 @@ public class Scene3dfamilyServiceImpl extends ServiceImpl<IScene3dfamilyMapper,
|
|
|
+ "vision.json",path+ File.separator +"scene"+ File.separator+ dataBuf );
|
|
|
|
|
|
//拉取data
|
|
|
- CreateObjUtil.ossUtilCp("data" + File.separator + "data" + sceneProEntity.getNum() + File.separator,
|
|
|
- path + File.separator + "scene" + File.separator + "data" + File.separator + "data" + sceneProEntity.getNum());
|
|
|
+ fYunFileService.downloadFileByCommand(path + File.separator + "scene" + File.separator + "data" + File.separator + "data" + sceneProEntity.getNum(),
|
|
|
+ "data" + File.separator + "data" + sceneProEntity.getNum() + File.separator);
|
|
|
|
|
|
//转换house.json
|
|
|
Integer bo = JsonToHouseUtil.ToHouseJson(path + File.separator + "scene" + File.separator + dataBuf);
|