yangys
2025-08-28 3c1c93e559d2dc060cdfc2ab7f0c36378230abab
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();