diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java index d14ce21..95ad447 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java @@ -60,7 +60,7 @@ public class SysFilenumController extends BaseController { TdFileProvide tdFileProvide = tdFileProvideService.selectTdFileProvideByFileId(fileId); mmap.put("tdFileReceives", tdFileReceives); mmap.put("tdFileProvide", tdFileProvide); - mmap.put("sysuser", getSysUser().getDeptId()); + mmap.put("sysuser", getSysUser()); return prefix + "/print"; } } diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html index 566549b..f7946f0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html @@ -1,10 +1,126 @@ - +
- -[[${sysuser.dept.deptName}]]涉密文件信息表 | +||||||
单位:[[${sysuser.dept.deptName}]] | ++ | + | + | + | + | |
所属地市 | +所属区县 | +接收单位 | +文件数量 | +|||
+ [[${tdFileProvide.frameworkId}]] + | ++ [[${tdFileProvide.areaid}]] + | ++ [[${tdFileProvide.targetDepart}]] + | +[[${tdFileProvide.provideCount}]] | +|||
文件名称 | +文件号 | +发文人员 | +发文日期 | +|||
+ [[${propertynum.fileName}]] + | ++ [[${tdFileProvide.fileNum}]] + | ++ [[${tdFileProvide.provideUserid}]] + | +[[${tdFileProvide.provideDate}]] | +|||