|
@@ -434,8 +434,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
}
|
|
}
|
|
|
|
|
|
void uploadFreespace(String num, String path, Map<String, String> map){
|
|
void uploadFreespace(String num, String path, Map<String, String> map){
|
|
- String plyPath = path + "/result/laserData/cover/final_freespace.ply";
|
|
|
|
- String pngPath = path + "/result/laserData/cover/final_freespace.png";
|
|
|
|
|
|
+ String plyPath = path + "/results/laserData/cover/final_freespace.ply";
|
|
|
|
+ String pngPath = path + "/results/laserData/cover/final_freespace.png";
|
|
if(FileUtil.exist(plyPath)){
|
|
if(FileUtil.exist(plyPath)){
|
|
map.put(plyPath, String.format(UploadFilePath.IMG_VIEW_PATH, num) + FileUtil.getName(plyPath));
|
|
map.put(plyPath, String.format(UploadFilePath.IMG_VIEW_PATH, num) + FileUtil.getName(plyPath));
|
|
}
|
|
}
|