|
@@ -274,12 +274,9 @@ public class BuildV3SceneServiceImpl implements IBuildSceneService {
|
|
String videoPath = String.format(ConstantFilePath.VIDEO_PATH_FORMAT, projectNum);
|
|
String videoPath = String.format(ConstantFilePath.VIDEO_PATH_FORMAT, projectNum);
|
|
String resultsPath = path + File.separator + "results" + File.separator;
|
|
String resultsPath = path + File.separator + "results" + File.separator;
|
|
|
|
|
|
- String uploadJsonPath = resultsPath + "upload.json";
|
|
|
|
- String uploadData = FileUtils.readFile(uploadJsonPath);
|
|
|
|
- log.info("upload.json 文件路径:{}, 内容:{}", uploadJsonPath, uploadData);
|
|
|
|
|
|
+ String uploadData = FileUtils.readFile(resultsPath + "upload.json");
|
|
JSONArray array = JSONObject.parseObject(uploadData).getJSONArray("upload");
|
|
JSONArray array = JSONObject.parseObject(uploadData).getJSONArray("upload");
|
|
|
|
|
|
-
|
|
|
|
JSONObject fileJson = null;
|
|
JSONObject fileJson = null;
|
|
String fileName = "";
|
|
String fileName = "";
|
|
|
|
|