浏览代码

修复球幕视频xml

dsx 2 年之前
父节点
当前提交
6938cd215f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

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

@@ -147,8 +147,6 @@ public class RepairVideosHandler {
                             fYunFileService.downloadFile(upPath2, String.format(ConstantFilePath.DATABUFFER_FORMAT, scenePro.getNum()).concat("Up2.xml"));
                             fYunFileService.uploadFile(String.format(ConstantFilePath.DATABUFFER_FORMAT, scenePro.getNum()).concat("Up.xml"), targetUpPath1);
                             fYunFileService.uploadFile(String.format(ConstantFilePath.DATABUFFER_FORMAT, scenePro.getNum()).concat("Up2.xml"), targetUpPath2);
-                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath1).getBytes(), targetUpPath1);
-                            fYunFileService.uploadFile(fYunFileService.getFileContent(upPath2).getBytes(), targetUpPath2);
                             log.info("场景:{}在场景{}中找到,路径为:{}", pro.getNum(), scenePro.getNum(), upPath);
                             break;
                         }