|
@@ -369,9 +369,8 @@ public class ComListAllLogic {
|
|
|
if (StringUtils.isEmpty(comDetail.getWebsitId())) {
|
|
|
continue;
|
|
|
}
|
|
|
- String fileUrl = ossUtil.getUrlWw(comDetail.getFileUrl());
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
- map.put("fileUrl", fileUrl);
|
|
|
+ map.put("fileUrl", comDetail.getFileUrl());
|
|
|
map.put("fileName", comDetail.getWebsitId() + "-(" + comDetail.getTitle() + ").xlsx");
|
|
|
files.add(map);
|
|
|
}
|