pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/station/StationSv.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/station/StationSv.java
@@ -156,7 +156,7 @@ List<PltStation> list = dao.selectAll(); JSONArray child = new JSONArray(); list.forEach(item->{ child.add(new JSONObject().set("id", item.getId()).set("name", item.getName())); child.add(new JSONObject().set("id", String.valueOf(item.getId())).set("name", item.getName())); }); return child; }