Commit 466917c73669fc6cba68693b0ed910da443a61d7

Authored by liquanyu
1 parent 7bb2d7259f

update code

Showing 1 changed file with 3 additions and 3 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ 466917c
... ... @@ -433,11 +433,11 @@
433 433 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(riskPatientsQueryRequest.getFprovinceId())) {
434 434 OrganizationQuery organizationQuery = new OrganizationQuery();
435 435 organizationQuery.setYn(YnEnums.YES.getId());
436   - organizationQuery.setProvinceId(riskPatientsQueryRequest.getCprovinceId());
  436 + organizationQuery.setProvinceId(riskPatientsQueryRequest.getFprovinceId());
437 437 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(riskPatientsQueryRequest.getFcityId())) {
438   - organizationQuery.setCityId(riskPatientsQueryRequest.getCcityId());
  438 + organizationQuery.setCityId(riskPatientsQueryRequest.getFcityId());
439 439 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(riskPatientsQueryRequest.getFareaId())) {
440   - organizationQuery.setAreaId(riskPatientsQueryRequest.getCareaId());
  440 + organizationQuery.setAreaId(riskPatientsQueryRequest.getFareaId());
441 441 }
442 442 }
443 443 List<String> orgId = new ArrayList<>();