ltkj-common/src/main/java/com/ltkj/common/utils/PDFDocumentUtil.java
@@ -243,7 +243,7 @@ * @throws DocumentException * @throws IOException */ public static void makeTjInfo(Document document,List<Map<String ,String>> data) throws DocumentException, IOException { public static void makeTjInfo(Document document,List<Map<String ,Object>> data) throws DocumentException, IOException { PdfPTable table1 = new PdfPTable(7); table1.setWidthPercentage(100); float[] columnWidths = {1.5f, 3, 3, 6, 1.5f, 3, 3};