|
@@ -858,7 +858,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
}
|
|
}
|
|
|
|
|
|
public boolean uploadHouseTypeJson(String num, String dataSource) {
|
|
public boolean uploadHouseTypeJson(String num, String dataSource) {
|
|
- String floorPlanCardFilePath = dataSource + File.separator + "floorplan_cad.json";
|
|
|
|
|
|
+ String floorPlanCardFilePath = dataSource + File.separator + "results/floorplan_cad.json";
|
|
if (!new File(floorPlanCardFilePath).exists()) {
|
|
if (!new File(floorPlanCardFilePath).exists()) {
|
|
log.warn("floorplan_cad.json 文件不存在,文件路径:{}", floorPlanCardFilePath);
|
|
log.warn("floorplan_cad.json 文件不存在,文件路径:{}", floorPlanCardFilePath);
|
|
return false;
|
|
return false;
|