Commit d054c1a6b6781fc1979d7fc70f08c00e2db00eb7
1 parent
384a358eca
Exists in
master
and in
6 other branches
筛查结果
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
d054c1a
| ... | ... | @@ -843,6 +843,7 @@ |
| 843 | 843 | } |
| 844 | 844 | applyOrderResult.setrLevel(rLevel); |
| 845 | 845 | Patients patients = patientsService.findOnePatientById(orderModel.getParentId()); |
| 846 | + //筛查结果数据 | |
| 846 | 847 | String screenStr = basicConfigService.getScreenResult(patients.getScreenResult()); |
| 847 | 848 | applyOrderResult.setScreenResult(screenStr); |
| 848 | 849 | if (null != patients) { |