Commit a55a59069f1601fa230e019a33ef11c00058c6fa

Authored by liquanyu
1 parent 356e8a7389

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/hs/HsfyFmService.java View file @ a55a590
... ... @@ -231,7 +231,7 @@
231 231 UsersQuery usersQuery = new UsersQuery();
232 232 usersQuery.setYn(YnEnums.YES.getId());
233 233 usersQuery.setOrgId(new Integer(Integer.parseInt(HOSPITALID)));
234   - usersQuery.setName("产房");
  234 + usersQuery.setName(allFm.getDELIVER_DOCTOR());
235 235 users = usersService.queryUsers(usersQuery);
236 236  
237 237 if (CollectionUtils.isNotEmpty(users) && users.get(0).getId() != null) {