Commit 66b8a5f582187a4a3046b8823c415ab3da5d0f4b
1 parent
6414c51cf2
Exists in
master
and in
6 other branches
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); |