Commit c3b571f302c6c493d61c2cadfbba5b4bfc93eee4

Authored by liquanyu
1 parent ea8ccb9ad1

新生儿

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java View file @ c3b571f
... ... @@ -2953,7 +2953,7 @@
2953 2953 babyModelQuery.setSex(newBabyManagerRequest.getBabySex());
2954 2954  
2955 2955  
2956   - //babyModelQuery.setHospitalId(autoMatchFacade.getHospitalId(newBabyManagerRequest.getOperatorId()));
  2956 + babyModelQuery.setHospitalId(autoMatchFacade.getHospitalId(newBabyManagerRequest.getOperatorId()));
2957 2957 if (null != newBabyManagerRequest.getHuge() && 1 == newBabyManagerRequest.getHuge()) {
2958 2958 babyModelQuery.setBabyWeightStart("4");
2959 2959 } else if (null != newBabyManagerRequest.getHuge() && 2 == newBabyManagerRequest.getHuge()) {