|
|
@@ -319,7 +319,7 @@ public class LocalSysFileServiceImpl implements ISysFileService {
|
|
|
String checkTime = data.getTaskStartTime();
|
|
|
String checkUser = data.getCheckUser();
|
|
|
|
|
|
- Font titleFont = new Font(fs, 8, Font.NORMAL);
|
|
|
+ Font titleFont = new Font(fs, 10, Font.NORMAL);
|
|
|
PdfUtil.createPDFCell(titleFont, table, "调阅单位", Element.ALIGN_MIDDLE, 10, 0);
|
|
|
PdfUtil.createPDFCell(titleFont, table, data.getOrgName(), Element.ALIGN_MIDDLE, 13, 0);
|
|
|
PdfUtil.createPDFCell(titleFont, table, "调阅人", Element.ALIGN_MIDDLE, 8, 0);
|