瀏覽代碼

修复球幕视频xml

dsx 2 年之前
父節點
當前提交
5fb788fc5a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

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

@@ -140,8 +140,8 @@ public class RepairVideosHandler {
                             log.info("upPath2:{}", upPath2);
                             log.info("targetUpPath1:{}", targetUpPath1);
                             log.info("targetUpPath2:{}", targetUpPath2);
-                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath1).getBytes(StandardCharsets.UTF_8), targetUpPath1);
-                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath2).getBytes(StandardCharsets.UTF_8), targetUpPath2);
+                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath1).getBytes(), targetUpPath1);
+                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath2).getBytes(), targetUpPath2);
                             log.info("场景:{}在场景{}中找到,路径为:{}", pro.getNum(), scenePro.getNum(), upPath);
                             break;
                         }