yangys
2025-09-02 a1746c5bcb03b2e7f56bdf269097285e32486f17
blade-service/blade-mdm/src/test/java/org/springblade/mdm/flow/service/ApproveTableServiceTest.java
@@ -19,12 +19,13 @@
   @Test
   public void test(){
      ApproveTableService s = new ApproveTableService();
      /*
      try {
         BaseFont bfChinese =  s.getBaseFont();
         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();
@@ -62,11 +63,12 @@
         startCal.add(Calendar.DAY_OF_MONTH, 2);
         appInfo.setApproveDate(startCal.getTime());
         s.printPage(document,bfChinese,props,machine,1,appInfo);
         document.close();
      } catch (Exception e) {
         throw new RuntimeException(e);
      }
       */
   }
}