Commit f133c2c5b21caf8bf89f988caa7573984a65e493
1 parent
15687c9433
Exists in
master
and in
1 other branch
孕妇分娩后 变成产妇
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
f133c2c
... | ... | @@ -279,6 +279,7 @@ |
279 | 279 | chanResult.setlName(patients.getBookbuildingDoctor()); |
280 | 280 | } |
281 | 281 | } |
282 | + | |
282 | 283 | if (StringUtils.isNotEmpty(patients.getLastCheckEmployeeId())) { |
283 | 284 | if (NumberUtils.isNumber(patients.getLastCheckEmployeeId())) { |
284 | 285 | Users users = usersService.getUsers(NumberUtils.toInt(patients.getLastCheckEmployeeId())); |