|
@@ -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;
|
|
|
}
|