Commit 66b8a5f582187a4a3046b8823c415ab3da5d0f4b

Authored by shiyang
1 parent 6414c51cf2

update

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ 66b8a5f
... ... @@ -3387,6 +3387,7 @@
3387 3387 heightValues.add(babyModel.getBabyHeight());
3388 3388 weightTitles.add(time);
3389 3389 weightValues.add(babyModel.getBabyWeight());
  3390 + tables.add(buildRecord);
3390 3391 }
3391 3392 map.put("weightTitles", weightTitles);
3392 3393 map.put("weightValues", weightValues);