| | |
| | | List<ExportSecurityBookPaperExcel> accreditationRecordsVos = baseMapper.exportSecurityBookPaper(accreditationRecords); |
| | | return accreditationRecordsVos; |
| | | } |
| | | |
| | | /** |
| | | * 导出证书制证信息(包含照片) |
| | | */ |
| | | @Override |
| | | public List<AccreditationRecordsVo> exportSecurityBookPapers(AccreditationRecordsVo accreditationRecords) { |
| | | //查询数据 |
| | | List<AccreditationRecordsVo> accreditationRecordsVos = baseMapper.exportSecurityBookPapers(accreditationRecords); |
| | | System.out.println("accreditationRecordsVos = " + accreditationRecordsVos.size()); |
| | | return accreditationRecordsVos; |
| | | } |
| | | } |