dengsixing 7 месяцев назад
Родитель
Сommit
a79a005194

+ 2 - 0
src/main/java/com/fdkankan/scene/service/impl/RemovePortraitServiceImpl.java

@@ -82,6 +82,8 @@ public class RemovePortraitServiceImpl implements IRemovePortraitService {
 //        fYunFileService.downloadFile(bucket, ossResultPath + "data.json", target + File.separator+"data.json");
 //        fYunFileService.downloadFile(bucket, ossResultPath + "project.json", target + File.separator+"project.json");
 
+        fileServiceInterface.downloadFile(imgViewPath + "vision.txt", target + File.separator + "extras" + File.separator + "vision.txt");
+
         //data.json增加extras为执行重建算法
         JSONObject floorplanJson = new JSONObject();
         floorplanJson.put("has_source_images", true);