Commit 9750ba206535a43601157b801fe7dbbb3842f8ea
1 parent
5049aa15d6
Exists in
master
and in
1 other branch
1
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
9750ba2
| ... | ... | @@ -794,7 +794,7 @@ |
| 794 | 794 | highScoreResult.setOtherRisk(otherRisk.substring(0, otherRisk.length() - 1)); |
| 795 | 795 | } |
| 796 | 796 | highScoreResult.setScore(highScoreResult.getScore()+score); |
| 797 | - | |
| 797 | + highScoreResult.setHighriskDesc(model.getHighriskDesc()); | |
| 798 | 798 | highScoreResult.getHighRisk().addAll(listMap); |
| 799 | 799 | } else { |
| 800 | 800 | continue; |
| ... | ... | @@ -845,6 +845,7 @@ |
| 845 | 845 | if(StringUtils.isNotEmpty(otherRisk.toString())){ |
| 846 | 846 | highScoreResult.setOtherRisk(otherRisk.substring(0, otherRisk.length() - 1)); |
| 847 | 847 | } |
| 848 | + highScoreResult.setHighriskDesc(antExChuModel.getHighriskDesc()); | |
| 848 | 849 | highScoreResult.getHighRisk().addAll(listMap); |
| 849 | 850 | next = false; |
| 850 | 851 | } |