From 35850ae988d1e429bc647ace2dfeaebdf96f2556 Mon Sep 17 00:00:00 2001 From: litao Date: Fri, 23 Jun 2017 15:20:06 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=20=E5=BB=BA=E5=86=8C?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java index 5bcd9cb..53cd884 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java @@ -1069,7 +1069,6 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService @Override public BaseObjectResponse patient(Integer userId, String year, String provinceId, String cityId, String areaId) { String hospitalId = autoMatchFacade.getHospitalId(userId); - Set patientIds = new HashSet<>(); /*Criteria criteria = Criteria.where("created").gte(DateUtil.getYearDate(year)) -- 1.8.3.1