Commit f133c2c5b21caf8bf89f988caa7573984a65e493

Authored by jiangjiazhi
1 parent 15687c9433

孕妇分娩后 变成产妇

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()));