|
@@ -30,7 +30,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
-import java.text.SimpleDateFormat;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
@@ -243,7 +242,7 @@ public class ConsoleExportFacade {
|
|
|
qcResultShortPageVO.setSearchCount(false);
|
|
|
List<ExportExcelDTO> records = behospitalInfoFacade.leaveHosMRPageExport(qcResultShortPageVO);
|
|
|
String fileName = "出院人数统计.xls";
|
|
|
- ExcelUtils.exportExcel(records, null, "sheet1", ExportExcelDTO.class, fileName, response, 12.8f);
|
|
|
+ ExcelUtils.exportExcelUser(records, null, "sheet1", ExportExcelDTO.class, fileName, response);
|
|
|
}
|
|
|
|
|
|
/**
|