Commit a5ea75fee561411541f10a4d2f2c636ec4a51ec2
1 parent
bf0010d626
Exists in
master
and in
1 other branch
儿童
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 @
a5ea75f
| ... | ... | @@ -768,6 +768,7 @@ |
| 768 | 768 | checkModel.setHeadEvaluate(value); |
| 769 | 769 | |
| 770 | 770 | } |
| 771 | + | |
| 771 | 772 | String head = checkModel.getHead(); |
| 772 | 773 | if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(head)) { |
| 773 | 774 | String value = babyCheckFacade.getGrowthValue(birth,Double.parseDouble(head),babyModel.getSex(),1); |