智慧保安后台管理-外网项目备份
tangzy
2021-11-18 707fa301233ae96d7e194f7c53843107ff90734e
src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java
@@ -152,4 +152,15 @@
      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;
   }
}