Commit 688150b4e13833bb8d6cd04f2f9fbc3117afeeb5
1 parent
affb2f1068
Exists in
master
儿童电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
688150b
... | ... | @@ -536,7 +536,7 @@ |
536 | 536 | List<Patients> list = patientsService.queryPatient(patientsQuery); |
537 | 537 | if (CollectionUtils.isNotEmpty(list)) |
538 | 538 | { |
539 | - HighScoreResult res = antenatalExaminationFacade.getPatLastRiskByDate(list.get(0).getPid(), false, model.getBirth(),null); | |
539 | + HighScoreResult res = antenatalExaminationFacade.getPatLastRiskByDate(list.get(0).getPid(), false,list.get(0).getLastMenses() ,model.getBirth()); | |
540 | 540 | List<String> listHighRisk = res.getHighRisk(); |
541 | 541 | |
542 | 542 | if (CollectionUtils.isNotEmpty(listHighRisk)) |