Commit e4d80c65a2d9fb8cd9fedb1202aaf2cbb7412e85

Authored by litao
1 parent cfe44e0a36

统计详情

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 @ e4d80c6
... ... @@ -780,7 +780,7 @@
780 780 map.put("phone", null);
781 781 }
782 782 } else {
783   - AntenatalExaminationModel antenatal = mongoTemplate.findOne(Query.query(Criteria.where("barCode").is(sequenceId)), AntenatalExaminationModel.class);
  783 + AntenatalExaminationModel antenatal = mongoTemplate.findOne(Query.query(Criteria.where("barCode").is(sequence_id)), AntenatalExaminationModel.class);
784 784 if(antenatal != null) {
785 785 map.put("checkDate", antenatal.getCheckDate()); /** 产检日期 */
786 786 Patients patients = mongoTemplate.findById(antenatal.getParentId(), Patients.class);