Commit df9676c805b62cc86c7ad1297a5b46edd5c10201

Authored by litao@lymsh.com
1 parent 8cf457e181
Exists in master and in 1 other branch dev

体重管理相关代码

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ df9676c
... ... @@ -249,7 +249,7 @@
249 249 setRecipe(week, map); // 设置食谱
250 250 setGuide(week, map); // 设置指南
251 251 }
252   -
  252 + setReport(map, patientWeight.getWeights(), patientWeight.getBeforeWeight());
253 253 CollectionUtils.removeNullValue(map);
254 254 return RespBuilder.buildSuccess(map);
255 255 }