Commit fcf43dfecc875a3475c6b39831ca5c5d49f5bb41

Authored by liquanyu
1 parent ec3a431916

儿童管理

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 @ fcf43df
... ... @@ -912,7 +912,7 @@
912 912 {
913 913 for(BabyModel build: builds)
914 914 {
915   - if (build != null || StringUtils.isEmpty(build.getHospitalId()))
  915 + if (build == null || StringUtils.isEmpty(build.getHospitalId()))
916 916 {
917 917 continue;
918 918 }