Explorar o código

修复球幕视频xml

dsx %!s(int64=2) %!d(string=hai) anos
pai
achega
41edc44f88

+ 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);
                         }
                     }