Browse Source

修复球幕视频xml

dsx 2 years ago
parent
commit
41edc44f88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

+ 1 - 1
src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

@@ -170,7 +170,7 @@ public class RepairVideosHandler {
                         String sceneJsonStr = FileUtil.readUtf8String(sceneJsonPath);
                         if (StrUtil.isNotEmpty(sceneJsonStr)) {
                             JSONObject sceneJsonObj = JSON.parseObject(sceneJsonStr);
-                            sceneJsonObj.put("videos", fYunFileConfig.getHost().concat(targetUpPath));
+                            sceneJsonObj.put("videos", pro.getVideos());
                             FileUtil.writeUtf8String(sceneJsonObj.toJSONString(), sceneJsonPath);
                         }
                     }