| | |
| | | list = documentMaterialsService.selectDocumentMaterialsList(documentMaterials); |
| | | |
| | | } |
| | | |
| | | |
| | | ExcelUtil<DocumentMaterials> util = new ExcelUtil<DocumentMaterials>(DocumentMaterials.class); |
| | | util.exportExcel(response, list, "电子文件目录"); |
| | | } |
| | |
| | | String compName = "广州盈家档案管理有限公司"; |
| | | String li_person = "仇翀"; |
| | | String sh_person = "曾瑞莹"; |
| | | |
| | | ArchiveRecords archiveRecords = iArchiveRecordsService.selectArchiveRecordsById(id); |
| | | if(!StringUtils.isEmpty(archiveRecords.getLiPerson())) |
| | | li_person = archiveRecords.getLiPerson(); |
| | | String note_remark = ""; |
| | | if(!StringUtils.isEmpty(archiveRecords.getNoteRemark())) |
| | | note_remark = ","+archiveRecords.getNoteRemark(); |
| | | System.out.println(note_remark+"{{{{"); |
| | | ArchiveProjectName tmp = new ArchiveProjectName(); |
| | | tmp.setName(archiveRecords.getProjectName()); |
| | | List<ArchiveProjectName> projectName = iArchiveProjectNameService.selectArchiveProjectNameList(tmp); |
| | |
| | | hs.put("company", compName); |
| | | hs.put("liPerson", li_person); |
| | | hs.put("shPerson", sh_person); |
| | | hs.put("noteRemark", note_remark); |
| | | hs.put("time", cdt); |
| | | |
| | | if (!getLicense()) { |
| | |
| | | // 根据页号拿到案卷的详细信息 |
| | | DocumentMaterials doc = documentMaterialsService.selectByPageNumber(nam, Math.toIntExact(recordId)); |
| | | if (doc != null) { |
| | | if (doc.getSecurityLevel() != null && doc.getSecurityLevel().equals("该页另存")) { |
| | | if (doc.getSecurityLevel() != null && (doc.getSecurityLevel().equals("该页另存")|| |
| | | doc.getSecurityLevel().equals("秘密")||doc.getSecurityLevel().equals("内部用途")|| |
| | | doc.getSecurityLevel().equals("内部用图"))) { |
| | | // 替换为了准备好的图像 |
| | | String fp = filePath + "\\glc.jpg"; |
| | | Path path = Paths.get(fp); |