Commit f77a973519dade896b901fea533a6c3523547851

Authored by liquanyu
1 parent 4ec5c3f8fd
Exists in master and in 1 other branch dev

儿童建档

Showing 1 changed file with 5 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java View file @ f77a973
... ... @@ -1624,6 +1624,11 @@
1624 1624 }
1625 1625 result.setBuildRecords(list);
1626 1626 }
  1627 + else
  1628 + {
  1629 + continue;
  1630 + }
  1631 +
1627 1632 results.add(result);
1628 1633 }
1629 1634 }