Commit 51ead6d8984ca7c3b1bd9dd753065373d2e2fdb9

Authored by jiangjiazhi
1 parent a6b2251d8b

1

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TempFacade.java View file @ 51ead6d
... ... @@ -126,7 +126,7 @@
126 126 }
127 127  
128 128 public BaseResponse findTempDataList(TempQueryRequest queryRequest, Integer userId) {
129   - List<String> hospital = groupsFacade.findGroupHospital(userId, true);
  129 + List<String> hospital = groupsFacade.findGroupHospital(userId, false);
130 130 PatientsQuery patientsQuery = new PatientsQuery();
131 131 patientsQuery.setCardNo(queryRequest.getCardNo());
132 132 patientsQuery.setVcCardNo(queryRequest.getVcCardNo());