From 60ddcee4e912290e716a1dedc3393503b6ff2855 Mon Sep 17 00:00:00 2001 From: dongqin <123456> Date: Tue, 30 Jul 2019 14:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java index 5573672..006a2bd 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java @@ -241,7 +241,6 @@ public class BabyEvaluationCriterionServiceImpl implements BabyEvaluationCriteri resultMap.put("levelName", levelName); resultMap.put("configs", mapList); - resultMap.put("id", neuroPsychologicalId); return resultMap; } @@ -303,6 +302,7 @@ public class BabyEvaluationCriterionServiceImpl implements BabyEvaluationCriteri checkMonthStr = DateUtil.getBabyMonthAge(babyModel.getBirth(), model.getCreateTime()); } objectMap.put("checkMonth", checkMonthStr); + objectMap.put("id", model.getId()); objectList.add(objectMap); } -- 1.8.3.1