Commit 0a3baa3a93a55aa89e972df15be9bf354ed51849
1 parent
37763c71e0
Exists in
master
and in
1 other branch
修改转诊
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
0a3baa3
... | ... | @@ -103,6 +103,7 @@ |
103 | 103 | patients.setFmDate(DateUtil.parseYMD(postReviewRequest.getDueDate())); |
104 | 104 | patients.setType(3); |
105 | 105 | patients.setEnable("1"); |
106 | + patients.setBuildType(0); | |
106 | 107 | patientsService.updatePatient(patients); |
107 | 108 | } |
108 | 109 | postReviewModel.setPid(patients.getPid()); |