Commit cd333547128b26f40da3fbbdf9825b398db5948d
1 parent
428e3fa45f
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java
View file @
cd33354
... | ... | @@ -1432,8 +1432,8 @@ |
1432 | 1432 | List<BabyNutritionModel> nutritionModels = babyNutritionService.queryBabyNutritions(babyQuery1); |
1433 | 1433 | if (CollectionUtils.isNotEmpty(nutritionModels)) |
1434 | 1434 | { |
1435 | - base.setBabyHeight(String.valueOf(nutritionModels.get(0).getWeight())); | |
1436 | - base.setBabyWeight(String.valueOf(nutritionModels.get(0).getHeight())); | |
1435 | + base.setBabyHeight(String.valueOf(nutritionModels.get(0).getHeight())); | |
1436 | + base.setBabyWeight(String.valueOf(nutritionModels.get(0).getWeight())); | |
1437 | 1437 | } |
1438 | 1438 | } |
1439 | 1439 | } |