浏览代码

出入登记簿 名称调整

zhulu 1 年之前
父节点
当前提交
bfdffa1ccc
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      soc-modules/soc-modules-file/src/main/java/com/xunmei/file/utils/PdfUtil.java

+ 3 - 3
soc-modules/soc-modules-file/src/main/java/com/xunmei/file/utils/PdfUtil.java

@@ -391,15 +391,15 @@ public class PdfUtil {
         createPDFCell(tableFont, table, "接待日期", Element.ALIGN_MIDDLE, 1, 1);
         createPDFCell(tableFont, table, data.get("time").toString(), Element.ALIGN_MIDDLE, 2, 1);
         //第二行
-        createPDFCell(tableFont, table, "来访事由", Element.ALIGN_MIDDLE, 1, 1);
+        createPDFCell(tableFont, table, "出入事由", Element.ALIGN_MIDDLE, 1, 1);
         createPDFCell(tableFont, table, data.get("reasons").toString(), Element.ALIGN_MIDDLE, 2, 1);
         createPDFCell(tableFont, table, "陪同人员", Element.ALIGN_MIDDLE, 1, 1);
         createPDFCell(tableFont, table, data.get("accompanyingPerson").toString(), Element.ALIGN_MIDDLE, 2, 1);
 
         //第三行
-        createPDFCell(tableFont, table, "所在单位", Element.ALIGN_MIDDLE, 1, 1);
+        createPDFCell(tableFont, table, "申请单位", Element.ALIGN_MIDDLE, 1, 1);
         createPDFCell(tableFont, table, data.get("outOrgName").toString(), Element.ALIGN_MIDDLE, 2, 1);
-        createPDFCell(tableFont, table, "来访人员", Element.ALIGN_MIDDLE, 1, 1);
+        createPDFCell(tableFont, table, "出入人员", Element.ALIGN_MIDDLE, 1, 1);
         createPDFCell(tableFont, table, data.get("userName").toString(), Element.ALIGN_MIDDLE, 2, 1);
         //第四行
         createPDFCell(tableFont, table, "证件类型", Element.ALIGN_MIDDLE, 1, 1);