Commit ecb7d240ad4d5ceb73e5f369bda49eeea498f4ec

Authored by litao@lymsh.com
1 parent b75b4e43f3

bug

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MongoUtil.java View file @ ecb7d24
... ... @@ -283,7 +283,7 @@
283 283 }
284 284  
285 285 public List<Map<String, Object>> findNameList(List<String> ids) {
286   - if(CollectionUtils.isNotEmpty(ids)) {
  286 + if(CollectionUtils.isEmpty(ids)) {
287 287 return null;
288 288 }
289 289 List<Map<String, Object>> rest = new ArrayList<>();