Browse Source

修复球幕视频xml

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

+ 4 - 0
src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

@@ -136,6 +136,10 @@ public class RepairVideosHandler {
                             found = true;
                             log.info("upPath=" + upPath);
                             log.info("targetUpPath=" + targetUpPath);
+                            log.info("upPath1:{}", upPath1);
+                            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);
                             log.info("场景:{}在场景{}中找到,路径为:{}", pro.getNum(), scenePro.getNum(), upPath);