yangys
2025-08-27 f6dc22517ad5a9285c8e0dc586c664d06c914823
blade-service/blade-mdm/src/test/java/org/springblade/mdm/flow/service/ApproveTableServiceTest.java
@@ -24,7 +24,7 @@
         Document document = new Document(PageSize.B5.rotate());
         String filename = "d:/t"+System.currentTimeMillis()+".pdf";
         String filename = "t"+System.currentTimeMillis()+".pdf";
         File pdf = new File(filename);
         if(pdf.exists()){
            pdf.delete();