|
@@ -3503,8 +3503,8 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
String sceneName = sceneBaseInfoVo.getCommonSceneName();
|
|
String sceneName = sceneBaseInfoVo.getCommonSceneName();
|
|
|
|
|
|
//任务包路径
|
|
//任务包路径
|
|
-// String taskPagePath = rootPath + File.separator + sceneName + "(" + i + ")";
|
|
|
|
- String taskPagePath = rootPath + File.separator + sceneName + taskId.substring(0, 8);
|
|
|
|
|
|
+// String taskPagePath = rootPath + File.separator + sceneName + "(" + i + ")";
|
|
|
|
+ String taskPagePath = rootPath + File.separator + sceneName + "- " + taskId.substring(0, 8);
|
|
|
|
|
|
//视频文件路径
|
|
//视频文件路径
|
|
MinioParameter minioParameter1 = new MinioParameter();
|
|
MinioParameter minioParameter1 = new MinioParameter();
|