Commit 97e9af75777a09129a675a1908863da028a27ef2
1 parent
cd0e738390
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 3 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
97e9af7
... | ... | @@ -789,7 +789,7 @@ |
789 | 789 | } |
790 | 790 | score+=NumberUtils.toInt(map.get("score").toString()); |
791 | 791 | |
792 | - highScoreResult.getLevel().add(map); | |
792 | + highScoreResult.getLevel().add(map.get("fyyse")); | |
793 | 793 | } |
794 | 794 | if(StringUtils.isNotEmpty(otherRisk.toString())){ |
795 | 795 | highScoreResult.setOtherRisk(otherRisk.substring(0, otherRisk.length() - 1)); |
... | ... | @@ -844,7 +844,8 @@ |
844 | 844 | } |
845 | 845 | score+=NumberUtils.toInt(map.get("score").toString(),0); |
846 | 846 | |
847 | - highScoreResult.getLevel().add(map); | |
847 | +// highScoreResult.getLevel().add(map); | |
848 | + highScoreResult.getLevel().add(map.get("fyyse")); | |
848 | 849 | } |
849 | 850 | highScoreResult.setScore(highScoreResult.getScore()+score); |
850 | 851 | if(StringUtils.isNotEmpty(otherRisk.toString())){ |