Commit 51da6ea70144386883caa4fcfb64ac18ee2f2a21
1 parent
5829783af3
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 5 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
51da6ea
... | ... | @@ -1380,7 +1380,11 @@ |
1380 | 1380 | babyEarBaseView.setCreateUser(docotorId); |
1381 | 1381 | } |
1382 | 1382 | } else { |
1383 | - babyEarBaseView.setCreateUser(docotorId); | |
1383 | + if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(docotorId)) { | |
1384 | + if ("a9e5507f-e7da-4ec6-b8db-9a1e4d1b7c29".equals(docotorId)) { | |
1385 | + babyEarBaseView.setCreateUser("产科病房"); | |
1386 | + } | |
1387 | + } | |
1384 | 1388 | } |
1385 | 1389 | |
1386 | 1390 | babyEarBaseView.setBirth(babyEarBase.getBirth()); |