Commit 98e3b4d863d5e1c5f3d3e170fcff0fd440bc758c

Authored by litao
1 parent d5ac94d185

发放详情

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/ReportServiceImpl.java View file @ 98e3b4d
... ... @@ -759,7 +759,7 @@
759 759 List<Patients> patientsList = mongoTemplate.find(Query.query(Criteria.where("pid").is(patients.getPid())).with(new Sort(Sort.Direction.ASC, "created")), Patients.class);
760 760 for(int i = 0; i < patientsList.size(); i++) {
761 761 if(patientsList.get(i).getId().equals(patients.getId())) {
762   - number = ++i;
  762 +// number = ++i;
763 763 }
764 764 }
765 765 operatorOrgName = couponMapper.findHospitalNameById(patients.getHospitalId());