Commit d6e144661f6550a38b225d72ed9e1bb31bf6e53f
1 parent
24d84879f9
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/LisFacade.java
View file @
d6e1446
... | ... | @@ -327,7 +327,7 @@ |
327 | 327 | } |
328 | 328 | } |
329 | 329 | LisReportQuery model = new LisReportQuery(); |
330 | - model.setHospitalId(hospitalId); | |
330 | + model.setHospitalId(pat.getHospitalId()); | |
331 | 331 | //通过就诊卡号和医院id查询到医院下面的lis记录 |
332 | 332 | List<LisReportModel> lises = queryLisData(pat.getVcCardNo(), pat.getPhone(), model); |
333 | 333 | if (CollectionUtils.isNotEmpty(lises)) |