Commit f3465aca6f5cf2a349796ba7936d4f020c156dcf
1 parent
8afc9232d3
Exists in
master
and in
6 other branches
听力诊断模块
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HearingDiagnoseController.java
View file @
f3465ac
| ... | ... | @@ -513,7 +513,8 @@ |
| 513 | 513 | List<String> babyIds = new ArrayList<>(); |
| 514 | 514 | //需要查询听筛数据 |
| 515 | 515 | if(isHdScr){ |
| 516 | - scrQuery.setCreateHospitalId(hospitalId); | |
| 516 | + // scrQuery.setCreateHospitalId(hospitalId); | |
| 517 | + scrQuery.setCheckHospitalId(hospitalId); | |
| 517 | 518 | //本院听筛数据 复筛未通过-待诊断 |
| 518 | 519 | babyIds = screenService.queryScrBabyIds(scrQuery); |
| 519 | 520 | } |