Commit ea8ccb9ad1dd2e074d9c5c4b42f2f2fb074338aa
1 parent
b1dea863d6
Exists in
master
and in
6 other branches
新生儿
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 @
ea8ccb9
... | ... | @@ -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()) { |