Commit b45fc2b61070e497edd0e4efcb7f52acbdbf0eda
1 parent
0e9a476648
Exists in
master
and in
7 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/UsersController.java
View file @
b45fc2b
... | ... | @@ -1184,7 +1184,7 @@ |
1184 | 1184 | result.put("errorcode", ConstantInterface.BUSINESS_ERROR); |
1185 | 1185 | result.put("errormsg", "数据不存在"); |
1186 | 1186 | if (null != users) { |
1187 | - Departments departments = departmentsService.getDepartments(users.getKsId()); | |
1187 | + Departments departments = departmentsService.getDepartments(users.getDeptId()); | |
1188 | 1188 | Organization organization = organizationService.getOrganization(users.getOrgId()); |
1189 | 1189 | if (null != organization) { |
1190 | 1190 | result.put("hName", organization.getName()); |