From 4fe3f48627169545765d304ca8ef0fadb8b62ec0 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Wed, 13 Jan 2021 17:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC20210113?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/emr/service/ipml/Archive_DetailServiceImpl.java | 8 ++++---- src/main/webapp/static/js/beHospList/beHospList.js | 1 - src/main/webapp/static/js/hospitalLoadPdf/loadPdf.js | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/emr/service/ipml/Archive_DetailServiceImpl.java b/src/main/java/com/emr/service/ipml/Archive_DetailServiceImpl.java index 2d7a566..c762f47 100644 --- a/src/main/java/com/emr/service/ipml/Archive_DetailServiceImpl.java +++ b/src/main/java/com/emr/service/ipml/Archive_DetailServiceImpl.java @@ -8,12 +8,14 @@ package com.emr.service.ipml; import com.emr.dao.Archive_DetailMapper; import com.emr.dao.Emr_Commom_SetMapper; -import com.emr.entity.*; +import com.emr.entity.Archive_Detail; +import com.emr.entity.Archive_Detail_Vo; +import com.emr.entity.Emr_Commom_Set; +import com.emr.entity.OffsetLimitPage; import com.emr.service.Archive_DetailService; import com.emr.util.Jpg2PdfUtil; import com.github.pagehelper.Page; import com.github.pagehelper.PageHelper; -import com.lowagie.text.pdf.PdfReader; import org.apache.commons.lang3.StringUtils; import org.apache.shiro.util.CollectionUtils; import org.springframework.beans.factory.annotation.Autowired; @@ -21,8 +23,6 @@ import org.springframework.stereotype.Service; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; -import java.io.File; -import java.io.FileInputStream; import java.util.ArrayList; import java.util.List; diff --git a/src/main/webapp/static/js/beHospList/beHospList.js b/src/main/webapp/static/js/beHospList/beHospList.js index ff3e844..025ebcb 100644 --- a/src/main/webapp/static/js/beHospList/beHospList.js +++ b/src/main/webapp/static/js/beHospList/beHospList.js @@ -753,7 +753,6 @@ $(function () { loadDoctorInCharge(); var url = window.location.href; var index = url.substring(url.lastIndexOf('?') + 1).replace("num=", ""); - console.log(index) if (index != null && index != "" && index.indexOf("excel") != -1) { $("#excelBtn").show(); $("#toolbar").show(); diff --git a/src/main/webapp/static/js/hospitalLoadPdf/loadPdf.js b/src/main/webapp/static/js/hospitalLoadPdf/loadPdf.js index 8a46115..d17958a 100644 --- a/src/main/webapp/static/js/hospitalLoadPdf/loadPdf.js +++ b/src/main/webapp/static/js/hospitalLoadPdf/loadPdf.js @@ -8,7 +8,7 @@ $(function(){ //$("#endDateTo1").val(getBeforeYesterDay()); initDateInput('startDate','endDate'); initDateInput('startDateTo','endDateTo'); - initDateInput('startDateTo','endDateTo1'); + initDateInput('startDateTo1','endDateTo1'); //加载时段 loadTimeInterval(); })