Commit daabc9894b26cdcb089ecb8e324256c1db0c208c

Authored by litao@lymsh.com
1 parent 4f458586f8

12333

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ daabc98
... ... @@ -56,7 +56,7 @@
56 56 }
57 57 }
58 58 }
59   - if(temp != null) {
  59 + if(MapUtils.isNotEmpty(temp)) {
60 60 restList.add(temp);
61 61 }
62 62 }