From b5286f21559b057f4240ae1e903beaf1fa314a5d Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期六, 08 二月 2025 18:08:46 +0800
Subject: [PATCH] zjh20250208

---
 ltkj-common/src/main/java/com/ltkj/common/utils/PDFDocumentUtil.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ltkj-common/src/main/java/com/ltkj/common/utils/PDFDocumentUtil.java b/ltkj-common/src/main/java/com/ltkj/common/utils/PDFDocumentUtil.java
index 7bef253..76d185a 100644
--- a/ltkj-common/src/main/java/com/ltkj/common/utils/PDFDocumentUtil.java
+++ b/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};

--
Gitblit v1.8.0