|
@@ -108,11 +108,7 @@ public class TaskImportCommon {
|
|
|
.add(this.path);
|
|
|
file = new File(localPath.toString());
|
|
|
} else {
|
|
|
- try {
|
|
|
- file = this.ossUtil.download(false, this.path, this.path);
|
|
|
- } catch (IOException e) {
|
|
|
- log.error("请求出错", e);
|
|
|
- }
|
|
|
+ file = this.ossUtil.download(false, this.path, this.path);
|
|
|
}
|
|
|
return file;
|
|
|
}
|