Commit 076adcc42fb6f15c3dfa0223d4f1383ea14638cc

Authored by liquanyu
1 parent 17beb8e763

儿童

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ 076adcc
... ... @@ -773,7 +773,6 @@
773 773 String value = babyCheckFacade.getGrowthValue(birth,Double.parseDouble(head),babyModel.getSex(),1);
774 774 checkModel.setHeadEvaluate(value);
775 775 }
776   -
777 776 String weight = checkModel.getWeight();
778 777 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(weight)) {
779 778 String value = babyCheckFacade.getGrowthValue(birth,Double.parseDouble(weight),babyModel.getSex(),1);