Commit f8a7b236a4159d8b990d570c72ee749d07f7434b
1 parent
32a29f4a38
Exists in
master
upate
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
f8a7b23
... | ... | @@ -507,7 +507,7 @@ |
507 | 507 | model.setModified(new Date()); |
508 | 508 | model.setBuildType(1); |
509 | 509 | model.setHospitalId(request.getHospitalId()); |
510 | - String hospitalName = organizationService.getOrganization(Integer.valueOf(request.getHospitalId())).getName(); | |
510 | + // String hospitalName = organizationService.getOrganization(Integer.valueOf(request.getHospitalId())).getName(); | |
511 | 511 | model = babyBookbuildingService.addBabyBookbuilding(model); |
512 | 512 | |
513 | 513 | if (model == null || model.getId() == null) { |