Commit 0ae24b08 by fudahua

feat:存储桶

parent 5e2bfda7
......@@ -104,6 +104,9 @@ public class DownloadTaskServiceImpl implements IDownloadTaskService {
if (CollectionUtils.isNotEmpty(result.getList())) {
for (DownloadTask downloadTask : result.getList()) {
if (StringUtils.isBlank(downloadTask.getFilePath())) {
continue;
}
downloadTask.setFilePath(getDownloadUrl(downloadTask.getFilePath(),downloadTask.getName()));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment