Commit 92b94d71482023d3d7a5a4b3347a5be19e3b92c9
1 parent
0b3f6c4ab3
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 4 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
92b94d7
... | ... | @@ -461,7 +461,10 @@ |
461 | 461 | |
462 | 462 | if(isSieveLagManage) |
463 | 463 | { |
464 | - sieveQuery.setApplyHospitalId(hospitalId); | |
464 | + if (StringUtils.isNotEmpty(cqSieveQueryRequest.getApplyHospitalId())) | |
465 | + { | |
466 | + sieveQuery.setApplyHospitalId(cqSieveQueryRequest.getApplyHospitalId()); | |
467 | + } | |
465 | 468 | sieveQuery.setSieveHospitalId(hospitalId); |
466 | 469 | } |
467 | 470 | else |