Commit ea1b34f59e8a9213be5ce41ba9804d98ff345aa5

Authored by jiangjiazhi
1 parent 96bc34000e

commit

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ ea1b34f
... ... @@ -1592,7 +1592,7 @@
1592 1592 } else {
1593 1593 AntExChuModel antExChuModel = new AntExChuModel();
1594 1594 antExChuModel.setYn(YnEnums.NO.getId());
1595   - antExChuModel.setId(antExQueryRequest.getId());
  1595 +
1596 1596 String hospital = autoMatchFacade.getHospitalId(userId);
1597 1597  
1598 1598