Commit e5ea5a7b12c2c2ce4731ece989c0a145ad7a6f63

Authored by litao@lymsh.com
1 parent d3417c8de6

写bug

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MongoUtil.java View file @ e5ea5a7
... ... @@ -63,6 +63,7 @@
63 63 childList.add(temp);
64 64 }
65 65 }
  66 +
66 67 return childList;
67 68 }
68 69