List<Map<String,Object>>与JSONArray

List<Map<String,Object>> IcuMap = apiMapper.selectIcuList(id);

jsonObject.put("icuinfo",IcuMap);

JSONArray icuinfo = jsonObject.getJSONArray("icuinfo");

posted @ 2021-05-12 18:25  凌波漫步~  阅读(285)  评论(0编辑  收藏  举报