|
@@ -224,7 +224,7 @@ public class ConsoleExportFacade {
|
|
qcResultShortPageVO.setSearchCount(false);
|
|
qcResultShortPageVO.setSearchCount(false);
|
|
List<ExportExcelDTO> record = behospitalInfoFacade.qcResultShortPageExport(qcResultShortPageVO);
|
|
List<ExportExcelDTO> record = behospitalInfoFacade.qcResultShortPageExport(qcResultShortPageVO);
|
|
String fileName = "缺陷详情质控评分页.xls";
|
|
String fileName = "缺陷详情质控评分页.xls";
|
|
- ExcelUtils.exportExcel(record, null, "sheet1", ExportExcelDTO.class, fileName, response, 12.8f);
|
|
|
|
|
|
+ ExcelUtils.exportExcelUser(record, null, "sheet1", ExportExcelDTO.class, fileName, response);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|