Browse Source

Merge branch 'release-知象光电' into test

dengsixing 8 hours ago
parent
commit
ce8dcdbca2

+ 1 - 1
src/main/java/com/fdkankan/contro/service/impl/IFdkkLaserServiceImpl.java

@@ -105,7 +105,7 @@ public class IFdkkLaserServiceImpl implements IFdkkLaserService {
             log.info("开始拷贝obj文件");
             FileUtils.copyDirectiory(dataSource + "/results/mesh", jgPath + "/laserData/mesh");
 
-            FileUtil.copy(dataSource + "/results/mesh.ply", jgPath + "/laserData/mesh.ply", true);
+            FileUtil.copy(dataSource + "/results/mesh.ply", jgPath + "/laserData/meshPly/mesh.ply", true);
 
             FileUtils.copyDirectiory(dataSource + "/results/laserData/cover", jgPath + "/extras");
             //删除旧的深度图