Commit c63af695d9c522fca2b2c6328cd3abef7b2def7c
1 parent
473c861276
Exists in
master
and in
8 other branches
儿童
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
c63af69
... | ... | @@ -773,6 +773,7 @@ |
773 | 773 | String value = babyCheckFacade.getGrowthValue(birth,Double.parseDouble(head),babyModel.getSex(),1); |
774 | 774 | checkModel.setHeadEvaluate(value); |
775 | 775 | } |
776 | + | |
776 | 777 | String weight = checkModel.getWeight(); |
777 | 778 | if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(weight)) { |
778 | 779 | String value = babyCheckFacade.getGrowthValue(birth,Double.parseDouble(weight),babyModel.getSex(),1); |