Commit 9cdf065852e5b1955fe7a067a170ad7cd297ee08

Authored by liquanyu
1 parent 710c3a47ad

update

Showing 1 changed file with 0 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java View file @ 9cdf065
... ... @@ -824,9 +824,6 @@
824 824 BabyEvaluationCriterionModel evaluationCriterionModel = mongoTemplate.findOne(Query.query(Criteria.where("_id").is(configId)), BabyEvaluationCriterionModel.class);
825 825 val += evaluationCriterionModel.getProjectVal();
826 826 }
827   - System.out.println("val======"+val);
828   - System.out.println("monthDay======"+monthDay);
829   -
830 827 paramModel.setDevelopmentQuotient((int)(val/5/monthDay*100));
831 828  
832 829 Integer month = DateUtil.getBabyMonthAge1(paramModel.getBirth(), new Date());