|
@@ -1835,7 +1835,7 @@ public class ArchivesAutoServiceImpl extends BaseServiceImpl<ArchivesAutoMapper,
|
|
if (StringUtils.isEmpty(pdfPageUrl)) {
|
|
if (StringUtils.isEmpty(pdfPageUrl)) {
|
|
pdfPageUrl = archiveFile.getPdfFileUrl();
|
|
pdfPageUrl = archiveFile.getPdfFileUrl();
|
|
}else{
|
|
}else{
|
|
- fileUrls.add(pdfPageUrl);
|
|
|
|
|
|
+ //fileUrls.add(pdfPageUrl);
|
|
}
|
|
}
|
|
if (StringUtils.isEmpty(pdfPageUrl) || !pdfPageUrl.contains("pdf")) {
|
|
if (StringUtils.isEmpty(pdfPageUrl) || !pdfPageUrl.contains("pdf")) {
|
|
continue;
|
|
continue;
|