|
@@ -125,8 +125,8 @@ public class InitServiceImpl implements InitService {
|
|
|
|
|
|
if ("recount".equals(from)) {
|
|
|
log.info("进行手动重新");
|
|
|
- path = init.getPath();
|
|
|
- title = init.getTitle();
|
|
|
+// path = init.getPath();
|
|
|
+// title = init.getTitle();
|
|
|
}
|
|
|
} else {
|
|
|
// 新场景
|
|
@@ -161,7 +161,8 @@ public class InitServiceImpl implements InitService {
|
|
|
}
|
|
|
|
|
|
|
|
|
- String laserDataPath = path + "/laserData";
|
|
|
+// String laserDataPath = path + "/laserData";
|
|
|
+ String laserDataPath = path ;
|
|
|
log.info("laserDataPath: {}", laserDataPath);
|
|
|
|
|
|
// step1 创建t_route表(路径规划)
|
|
@@ -247,7 +248,8 @@ public class InitServiceImpl implements InitService {
|
|
|
removeInitDataStep2(sceneCode);
|
|
|
|
|
|
String path = init.getPath();
|
|
|
- String laserDataPath = path + "/laserData";
|
|
|
+// String laserDataPath = path + "/laserData";
|
|
|
+ String laserDataPath = path;
|
|
|
log.info("laserDataPath: {}", laserDataPath);
|
|
|
|
|
|
// step:0 获取控制点
|
|
@@ -307,7 +309,7 @@ public class InitServiceImpl implements InitService {
|
|
|
throw new BaseRuntimeException("初始化数据不存在:" + sceneCode);
|
|
|
}
|
|
|
String path = initEntity.getPath();
|
|
|
- path = path + "/laserData";
|
|
|
+// path = path + "/laserData";
|
|
|
|
|
|
processCould(sceneCode, path, controlPoint);
|
|
|
|
|
@@ -872,7 +874,7 @@ public class InitServiceImpl implements InitService {
|
|
|
mergeDto.setSite_model_entity_ids(site_model_entity_ids);
|
|
|
mergeDto.setSceneNum(sceneCode);
|
|
|
|
|
|
- laserDataPath = StrUtil.subBefore(laserDataPath, "/results", true);
|
|
|
+// laserDataPath = StrUtil.subBefore(laserDataPath, "/results", true);
|
|
|
|
|
|
mergeDto.setPath(laserDataPath);
|
|
|
|