Commit 747d0468aa35eca969015d8895534e4a2cb2e99f
1 parent
81915e2e9b
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
747d046
... | ... | @@ -417,6 +417,8 @@ |
417 | 417 | riskPatientsResult.setCheckDoctor(patients.getLastCheckEmployeeId()); |
418 | 418 | } |
419 | 419 | } |
420 | + antExQuery.setParentId(patients.getId()); | |
421 | + antExQuery.setYn(YnEnums.YES.getId()); | |
420 | 422 | HighScoreResult highScoreResult = antenatalExaminationFacade.findLastRisk(patients.getId(),true); |
421 | 423 | //复诊次数 |
422 | 424 | int i = antExService.queryAntenatalExaminationCount(antExQuery.convertToQuery()); |