Commit 60ddcee4e912290e716a1dedc3393503b6ff2855

Authored by dongqin
1 parent 0b2f9b4e3e

修复bug

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java View file @ 60ddcee
... ... @@ -241,7 +241,6 @@
241 241 resultMap.put("levelName", levelName);
242 242  
243 243 resultMap.put("configs", mapList);
244   - resultMap.put("id", neuroPsychologicalId);
245 244 return resultMap;
246 245 }
247 246  
... ... @@ -303,6 +302,7 @@
303 302 checkMonthStr = DateUtil.getBabyMonthAge(babyModel.getBirth(), model.getCreateTime());
304 303 }
305 304 objectMap.put("checkMonth", checkMonthStr);
  305 + objectMap.put("id", model.getId());
306 306 objectList.add(objectMap);
307 307 }
308 308