|
@@ -101,6 +101,8 @@ public class RepairVideosHandler {
|
|
|
continue;
|
|
|
}
|
|
|
found = true;
|
|
|
+ log.info("upPath=" + upPath);
|
|
|
+ log.info("targetUpPath=" + targetUpPath);
|
|
|
fYunFileService.copyFileBetweenBucket(fYunFileConfig.getBucket(), upPath, fYunFileConfig.getBucket(), targetUpPath);
|
|
|
log.info("场景:{}在场景{}中找到,路径为:{}", pro.getNum(), scenePro.getNum(), upPath);
|
|
|
break;
|