Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner

This commit is contained in:
苏竹红
2023-06-30 09:27:21 +08:00
15 changed files with 56 additions and 35 deletions

View File

@@ -155,7 +155,7 @@ public class PDFUtils {
document.dispose();
return outputStream;
}
} catch (PDFException | IOException | PDFSecurityException e) {
} catch (PDFException | IOException | InterruptedException | PDFSecurityException e) {
log.error("PDF转图片异常, e{}", e.getMessage());
} finally {
try {