src/main/java/com/product/print/service/PrintRealizeService.java
@@ -146,8 +146,10 @@
         e.printStackTrace();
         throw new BaseException(CmnCode.PRINT_CONTENT_FAIL, e);
      } finally {
         //删除pdf临时文件
         FileUtil.del(tempPdfFilePath);
         File file = new File(tempPdfFilePath);
         String absolutePath = file.getAbsolutePath();
         System.out.println(absolutePath);
         file.delete();
      }
   }