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();