Commit 31ad83a4fa14fd46ac6c8a264bbd787d76d2a911
1 parent
6a830c0b7d
Exists in
master
and in
6 other branches
滦平分娩
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lpfy/LpfyFmService.java
View file @
31ad83a
... | ... | @@ -170,7 +170,7 @@ |
170 | 170 | |
171 | 171 | UsersQuery usersQuery = new UsersQuery(); |
172 | 172 | usersQuery.setYn(YnEnums.YES.getId()); |
173 | - usersQuery.setName("滦平县妇幼保健院"); | |
173 | + usersQuery.setName("产房"); | |
174 | 174 | usersQuery.setOrgId(new Integer(Integer.parseInt(HOSPITALID))); |
175 | 175 | List<Users> users = usersService.queryUsers(usersQuery); |
176 | 176 | |
... | ... | @@ -342,7 +342,7 @@ |
342 | 342 | UsersQuery usersQuery = new UsersQuery(); |
343 | 343 | usersQuery.setYn(YnEnums.YES.getId()); |
344 | 344 | usersQuery.setOrgId(new Integer(Integer.parseInt(HOSPITALID))); |
345 | - usersQuery.setName(allFm.getDELIVER_DOCTOR()); | |
345 | + usersQuery.setName(StringUtils.isNotEmpty(allFm.getDELIVER_DOCTOR()) ? allFm.getDELIVER_DOCTOR() : "产房"); | |
346 | 346 | users = usersService.queryUsers(usersQuery); |
347 | 347 | if(CollectionUtils.isEmpty(users)) |
348 | 348 | { |