Commit 5d561b9b55114fd4a47c8dc9f3516cd0cc92d98c

Authored by jiangjiazhi
1 parent 95982a8504

孕妇分娩后 变成产妇

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 5d561b9
... ... @@ -225,6 +225,7 @@
225 225 List listDate = new ArrayList();
226 226 int i = 0;
227 227 if (CollectionUtils.isNotEmpty(list)) {
  228 +
228 229 antexListResult.convertToResult(null, list.get(0), null);
229 230 for (Patients patients : list) {
230 231 HighScoreResult highScoreResult = findLastRisk(patients.getId());