|
@@ -624,7 +624,11 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
}
|
|
|
imgKeys.add(fky);
|
|
|
// HttpUtil.downloadFile(url, String.format(sourceLocal, sceneNum, this.wwwroot + fky));
|
|
|
- this.downloadFile(url, String.format(sourceLocal, sceneNum, this.wwwroot + fky));
|
|
|
+ try {
|
|
|
+ this.downloadFile(url, String.format(sourceLocal, sceneNum, this.wwwroot + fky));
|
|
|
+ }catch (Exception e){
|
|
|
+ log.info("切图失败,url:{}", url);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}
|