Commit 62f14b231547b9cb15d3fe700ee344fd4e257f82
1 parent
6e894eab23
Exists in
master
and in
8 other branches
增加权限
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VisitFacade.java
View file @
62f14b2
... | ... | @@ -173,6 +173,7 @@ |
173 | 173 | // parentId = puerperaService.addPuerpera(visitRequest.getPuerpera().build()).getId(); |
174 | 174 | Patients patients = visitRequest.getPatients(); |
175 | 175 | patients.setType(3); |
176 | + patients.setYn(1); | |
176 | 177 | parentId = patientsService.addPatient(patients).getId(); |
177 | 178 | } |
178 | 179 |