Commit ab13ee9b291878e3787b88f00f24a73d88b3bb72
1 parent
2962bd4397
Exists in
master
and in
6 other branches
产前诊断管理修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/DiagnosisFacaed.java
View file @
ab13ee9
... | ... | @@ -331,7 +331,7 @@ |
331 | 331 | diagnosisQuery.setLimit(dataresult.getLimit()); |
332 | 332 | diagnosisQuery.setNeed("need"); |
333 | 333 | diagnosisQuery.setOrder("created"); |
334 | - diagnosisQuery.setHospitalId(autoMatchFacade.getHospitalId(Integer.parseInt(dataresult.getHospitalId()))); | |
334 | + diagnosisQuery.setHospitalId(dataresult.getHospitalId()); | |
335 | 335 | //diagnosisQuery.setHospitalId("216"); |
336 | 336 | List<DiagnosisModel> diaList = diagnosisService.queryDiagnosis(diagnosisQuery); |
337 | 337 | if(CollectionUtils.isEmpty(diaList)){ |