Ver código fonte

修复球幕视频xml

dsx 2 anos atrás
pai
commit
6938cd215f

+ 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.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("Up.xml"), targetUpPath1);
                             fYunFileService.uploadFile(String.format(ConstantFilePath.DATABUFFER_FORMAT, scenePro.getNum()).concat("Up2.xml"), targetUpPath2);
                             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);
                             log.info("场景:{}在场景{}中找到,路径为:{}", pro.getNum(), scenePro.getNum(), upPath);
                             break;
                             break;
                         }
                         }