From 98e3b4d863d5e1c5f3d3e170fcff0fd440bc758c Mon Sep 17 00:00:00 2001 From: litao Date: Thu, 8 Jun 2017 11:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=94=BE=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 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 0df3ecc..ab0890e 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 @@ -759,7 +759,7 @@ public class ReportServiceImpl extends BaseServiceImpl implements IReportService List patientsList = mongoTemplate.find(Query.query(Criteria.where("pid").is(patients.getPid())).with(new Sort(Sort.Direction.ASC, "created")), Patients.class); for(int i = 0; i < patientsList.size(); i++) { if(patientsList.get(i).getId().equals(patients.getId())) { - number = ++i; +// number = ++i; } } operatorOrgName = couponMapper.findHospitalNameById(patients.getHospitalId()); -- 1.8.3.1