فهرست منبع

修改生成obj逻辑

tianboguang 2 سال پیش
والد
کامیت
923f00633e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildObjServiceImpl.java

+ 1 - 0
src/main/java/com/fdkankan/contro/mq/service/impl/BuildObjServiceImpl.java

@@ -140,6 +140,7 @@ public class BuildObjServiceImpl implements IBuildSceneService {
         String prevoisPath = message.getBuildContext().get("previousPath").toString();
         FileUtils.copyFile(prevoisPath + "/caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin", true);
         FileUtils.copyFile(prevoisPath + "/caches/reconstruction/chunk.json", path + "/caches/reconstruction/chunk.json", true);
+        FileUtils.copyFile(prevoisPath + "/caches/floor_group_fix.json", path + "/caches/floor_group_fix.json", true);
         FileUtils.copyDirectiory(prevoisPath + "/caches/images", path + "/caches/images");
 
         FileUtils.copyDirectiory(prevoisPath + "/caches/depthmap_csc", path + "/caches/depthmap_csc");