Commit ea1057023d92fbcafe410abcee4910619f321e4f

Authored by liquanyu
1 parent f46e65f723

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ ea10570
... ... @@ -234,7 +234,7 @@
234 234 if (CollectionUtils.isNotEmpty(datas)) {
235 235 Map map = new HashMap();
236 236 map.put("id", did);
237   - map.put("diagnose", datas.get(0).getName());
  237 + map.put("name", datas.get(0).getName());
238 238 dlist.add(map);
239 239 }
240 240