Commit c74f17e5b1c77a437083a6b036dadbdad51b1174
1 parent
b31dea6b91
Exists in
master
and in
6 other branches
产筛增加筛查结果
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
c74f17e
... | ... | @@ -2822,7 +2822,8 @@ |
2822 | 2822 | if (StringUtils.isEmpty(data.getDiagOther())) { |
2823 | 2823 | map.put("diagOther", diagnosis); |
2824 | 2824 | } |
2825 | - | |
2825 | + //完善筛查结果 | |
2826 | + getscreenResult(patients.getScreenResult(), map); | |
2826 | 2827 | |
2827 | 2828 | map.put("treatOpinion", data.getTreatOpinion()); |
2828 | 2829 | map.put("dirOpinion", data.getDirOpinion()); |