Commit 336c1c732b38e644c858b8681beb4f713c08e2b3
1 parent
3649b2cbf6
Exists in
master
and in
1 other branch
code update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BookbuildingFacade.java
View file @
336c1c7
| ... | ... | @@ -491,8 +491,8 @@ |
| 491 | 491 | if (org != null) |
| 492 | 492 | { |
| 493 | 493 | result.setBookbuildHospital(org.getName()); |
| 494 | + result.setHospitalId(String.valueOf(org.getId())); | |
| 494 | 495 | } |
| 495 | - result.setHospitalId(String.valueOf(org.getId())); | |
| 496 | 496 | result.setBookbuildDate(DateUtil.getyyyy_MM_dd(pat.getBookbuildingDate())); |
| 497 | 497 | result.setId(pat.getId()); |
| 498 | 498 | result.setType(pat.getType()); |