dsx 2 лет назад
Родитель
Сommit
41edc44f88
1 измененных файлов с 1 добавлено и 1 удалено
  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);
                         }
                     }