Commit 7a8c7a0652404fc27da605b76f9dfed473dad21b
1 parent
b4f706dace
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/BabyBookbuildingFacade.java
View file @
7a8c7a0
... | ... | @@ -1489,7 +1489,7 @@ |
1489 | 1489 | int orgId = NumberUtils.toInt(model.getDeliverOrg(), 0); |
1490 | 1490 | if (orgId > 0) { |
1491 | 1491 | Organization org = organizationService.getOrganization(orgId); |
1492 | - if (org != null) { | |
1492 | + if (org == null) { | |
1493 | 1493 | result.setDeliverOrg(org.getName()); |
1494 | 1494 | } |
1495 | 1495 | } |