|
@@ -134,7 +134,7 @@ public class ConsoleByDeptExportFacade {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 条目缺陷占比(内页)-科室
|
|
|
+ * 缺陷详情质控评分页导出-科室
|
|
|
*
|
|
|
* @param qcResultShortPageVO
|
|
|
* @return
|
|
@@ -144,7 +144,7 @@ public class ConsoleByDeptExportFacade {
|
|
|
qcResultShortPageVO.setCurrent(1L);
|
|
|
qcResultShortPageVO.setSize(Long.MAX_VALUE);
|
|
|
qcResultShortPageVO.setSearchCount(false);
|
|
|
-// IPage<DeptEntryNumDTO> page = qcresultInfoFacade.entryGroupByEntryAndDeptInnerPage(qcResultShortPageVO);
|
|
|
+ List<ExportExcelByDeptDTO> records = behospitalInfoFacade.qcResultShortByDeptPageExport(qcResultShortPageVO);
|
|
|
String fileName = "条目缺陷占比详情.xls";
|
|
|
// ExcelUtils.exportExcel(page.getRecords(), null, "sheet1", DeptEntryNumDTO.class, fileName, response, 12.8f);
|
|
|
}
|