Commit 7c21e58406bfbb64afd01442b0ea834e243df52f
1 parent
af63d69598
Exists in
master
and in
6 other branches
自测bug提交
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TemporaryWeightServiceImpl.java
View file @
7c21e58
... | ... | @@ -167,6 +167,7 @@ |
167 | 167 | requestMap.put("age", temporaryWeightModel.getAge()); |
168 | 168 | requestMap.put("weeks", DateUtil.getWeekDesc(temporaryWeightModel.getLastMenses(), new Date())); |
169 | 169 | requestMap.put("phone", temporaryWeightModel.getPhone()); |
170 | + requestMap.put("id", temporaryWeightModel.getId()); | |
170 | 171 | return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(requestMap); |
171 | 172 | } |
172 | 173 | } |