|
@@ -223,6 +223,10 @@ public class ConsoleExportFacade {
|
|
|
public void qcResultShortPageExport(HttpServletResponse response, QcResultShortPageVO qcResultShortPageVO) {
|
|
|
String hospitalId = SysUserUtils.getCurrentHospitalID();
|
|
|
qcResultShortPageVO.setHospitalId(hospitalId);
|
|
|
+ if (StringUtil.isNotBlank(qcResultShortPageVO.getBehDeptName())
|
|
|
+ && qcResultShortPageVO.getBehDeptName().equals("全部")) {
|
|
|
+ qcResultShortPageVO.setBehDeptName("");
|
|
|
+ }
|
|
|
Date startDate = qcResultShortPageVO.getStartDate();
|
|
|
Date endDate = qcResultShortPageVO.getEndDate();
|
|
|
//时间间隔90天
|
|
@@ -251,6 +255,10 @@ public class ConsoleExportFacade {
|
|
|
public void leaveHosMrPageExport(HttpServletResponse response, QcResultShortPageVO qcResultShortPageVO) {
|
|
|
String hospitalId = SysUserUtils.getCurrentHospitalID();
|
|
|
qcResultShortPageVO.setHospitalId(hospitalId);
|
|
|
+ if (StringUtil.isNotBlank(qcResultShortPageVO.getBehDeptName())
|
|
|
+ && qcResultShortPageVO.getBehDeptName().equals("全部")) {
|
|
|
+ qcResultShortPageVO.setBehDeptName("");
|
|
|
+ }
|
|
|
Date startDate = qcResultShortPageVO.getStartDate();
|
|
|
Date endDate = qcResultShortPageVO.getEndDate();
|
|
|
//时间间隔7天
|
|
@@ -291,6 +299,10 @@ public class ConsoleExportFacade {
|
|
|
public void unModifyMRPageExport(HttpServletResponse response, QcResultShortPageVO qcResultShortPageVO) {
|
|
|
String hospitalId = SysUserUtils.getCurrentHospitalID();
|
|
|
qcResultShortPageVO.setHospitalId(hospitalId);
|
|
|
+ if (StringUtil.isNotBlank(qcResultShortPageVO.getBehDeptName())
|
|
|
+ && qcResultShortPageVO.getBehDeptName().equals("全部")) {
|
|
|
+ qcResultShortPageVO.setBehDeptName("");
|
|
|
+ }
|
|
|
Date startDate = qcResultShortPageVO.getStartDate();
|
|
|
Date endDate = qcResultShortPageVO.getEndDate();
|
|
|
//时间间隔7天
|
|
@@ -379,6 +391,10 @@ public class ConsoleExportFacade {
|
|
|
public void hmImproveMRPageExport(HttpServletResponse response, QcResultShortPageVO qcResultShortPageVO) {
|
|
|
String hospitalId = SysUserUtils.getCurrentHospitalID();
|
|
|
qcResultShortPageVO.setHospitalId(hospitalId);
|
|
|
+ if (StringUtil.isNotBlank(qcResultShortPageVO.getBehDeptName())
|
|
|
+ && qcResultShortPageVO.getBehDeptName().equals("全部")) {
|
|
|
+ qcResultShortPageVO.setBehDeptName("");
|
|
|
+ }
|
|
|
Date startDate = qcResultShortPageVO.getStartDate();
|
|
|
Date endDate = qcResultShortPageVO.getEndDate();
|
|
|
//时间间隔7天
|
|
@@ -407,6 +423,10 @@ public class ConsoleExportFacade {
|
|
|
public void qcCheckMRPageExport(HttpServletResponse response, QcResultShortPageVO qcResultShortPageVO) {
|
|
|
String hospitalId = SysUserUtils.getCurrentHospitalID();
|
|
|
qcResultShortPageVO.setHospitalId(hospitalId);
|
|
|
+ if (StringUtil.isNotBlank(qcResultShortPageVO.getBehDeptName())
|
|
|
+ && qcResultShortPageVO.getBehDeptName().equals("全部")) {
|
|
|
+ qcResultShortPageVO.setBehDeptName("");
|
|
|
+ }
|
|
|
Date startDate = qcResultShortPageVO.getStartDate();
|
|
|
Date endDate = qcResultShortPageVO.getEndDate();
|
|
|
//时间间隔7天
|