Commit b8f32e1ae8ae8eb34cc47c343b20aa4d7a46cef7
1 parent
43e725798b
Exists in
master
and in
1 other branch
听力诊断模块
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
b8f32e1
| ... | ... | @@ -428,7 +428,7 @@ |
| 428 | 428 | } else { |
| 429 | 429 | babyPatientExtendEar.setCreateDate(new Date()); |
| 430 | 430 | babyPatientExtendEar.setCreateHospitalId(hId); |
| 431 | - babyPatientExtendEar.setCreateUserId(userId + ""); | |
| 431 | + babyPatientExtendEar.setCreateUserId(babyEarBase.getCreateUserId()); | |
| 432 | 432 | babyPatientExtendEar.setPersonId(pid); |
| 433 | 433 | babyPatientExtendEar.setLastUpdateDate(new Date()); |
| 434 | 434 | babyPatientExtendEar.setLastUpdateHospitalId(hId); |