Commit 8b6f2a490d255b85252cc208469ab84c57a7d8ea
1 parent
788239fa98
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/PatientMarkHospServiceFacade.java
View file @
8b6f2a4
... | ... | @@ -332,6 +332,7 @@ |
332 | 332 | } else if (patientMarkRequest.getType() == 3) {//3-住院提醒 |
333 | 333 | //回院提醒状态为已提醒 |
334 | 334 | patientMarkHospQuery.setBackStatus(2); |
335 | + patientMarkHospQuery.setBackResult(1); | |
335 | 336 | patientMarkHospQuery.setInHospitStatus(patientMarkRequest.getStatus()); |
336 | 337 | patientMarkHospQuery.setInHospitResult(patientMarkRequest.getResult()); |
337 | 338 | patientMarkHospQuery.setInHospitFailure(patientMarkRequest.getFailure()); |