Commit d5f4ebcd920cbcf94375bf9d597e7a78eca707de

Authored by litao@lymsh.com
1 parent 21ebacb1db

改字段

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 @ d5f4ebc
... ... @@ -307,7 +307,7 @@
307 307 PlantformConfigModel platformConfig = getPlatformConfig(id);
308 308 if(platformConfig != null) {
309 309 Map<String, Object> tempMap = new HashedMap();
310   - tempMap.put("id", platformConfig.getId());
  310 + tempMap.put("id", platformConfig.getId().toString());
311 311 tempMap.put("name", platformConfig.getValue());
312 312 rest.add(tempMap);
313 313 }