@@ -783,7 +783,7 @@ public class ArchiveAutoPdfServiceImpl implements IArchiveAutoPdfService {
if (StringUtil.isEmpty(url)) {
String fileUrl = file.getFileUrl();
- if (StringUtils.isNotEmpty(fileUrl) && fileUrl.endsWith(".pdf") || fileUrl.endsWith(".PDF")) {
+ if (StringUtils.isNotEmpty(fileUrl) && fileUrl.endsWith(".pdf") ) {
url = file.getFileUrl();
}