|
@@ -1758,8 +1758,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
|
|
|
//data.json增加extras为执行重建算法
|
|
|
String type = "4k";
|
|
|
- String data = cn.hutool.core.io.FileUtil
|
|
|
- .readString(target + File.separator + "data.json", StandardCharsets.UTF_8);
|
|
|
+ String data = FileUtils.readFile(target + File.separator + "data.json");
|
|
|
if(data != null){
|
|
|
JSONObject floorplanJson = new JSONObject();
|
|
|
floorplanJson.put("has_source_images", true);
|