Commit d8c3bd319ec3bd2253ceb5232e5c4ff0d213dd06
1 parent
a78968495c
Exists in
master
and in
6 other branches
修改电子病历
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/OrganizationController.java
View file @
d8c3bd3
... | ... | @@ -211,6 +211,8 @@ |
211 | 211 | organization.setModified(new Date()); |
212 | 212 | organization.setPublishName(users.getName()); |
213 | 213 | organization.setPublishId(users.getId()); |
214 | + //默认为建档医院 | |
215 | + organization.setbStatus(1); | |
214 | 216 | Integer id= organizationService.addOrganization(organization); |
215 | 217 | AccessPermissionAddRequest accessPermissionAddRequest = new AccessPermissionAddRequest(); |
216 | 218 | accessPermissionAddRequest.setUserId(loginState.getId()+""); |