Commit 710c3a47add814cd9e644bd276edb12904f0805a
1 parent
da6e750602
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEvaluationCriterionServiceImpl.java
View file @
710c3a4
... | ... | @@ -824,6 +824,8 @@ |
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); | |
827 | 829 | |
828 | 830 | paramModel.setDevelopmentQuotient((int)(val/5/monthDay*100)); |
829 | 831 |