Commit 803d65686c4e8fa8da29394a4d734a0450bc3eaa
1 parent
0a9749e207
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/PostReviewFacade.java
View file @
803d656
... | ... | @@ -101,8 +101,8 @@ |
101 | 101 | Patients patients = patientsService.findOnePatientById(postReviewRequest.getParentId()); |
102 | 102 | if(StringUtils.isNotEmpty(postReviewRequest.getDueDate())){ |
103 | 103 | patients.setFmDate(DateUtil.parseYMD(postReviewRequest.getDueDate())); |
104 | - patients.setBuildType(0); | |
105 | 104 | patients.setType(3); |
105 | + patients.setEnable("1"); | |
106 | 106 | patientsService.updatePatient(patients); |
107 | 107 | } |
108 | 108 | postReviewModel.setPid(patients.getPid()); |