Commit 236e35722c40b8f80743f40073e25c104508f80f
1 parent
6ab6070de0
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
236e357
... | ... | @@ -538,7 +538,7 @@ |
538 | 538 | } |
539 | 539 | HighScoreResult highScoreResult = antenatalExaminationFacade.queryRisk(orderModel.getrRisk(), true); |
540 | 540 | applyOrderResult.setrRisk(highScoreResult.gethighRiskStr()); |
541 | - applyOrderResult.setScore(highScoreResult.getScore()); | |
541 | + applyOrderResult.setScore(orderModel.getScore()); | |
542 | 542 | applyOrderResult.setrLevel(highScoreResult.getLevelStr()); |
543 | 543 | data.add(applyOrderResult); |
544 | 544 | } |