Commit e0f619f4ee4dbd9288a94c3679b25f90e0e89398
1 parent
9e0429257c
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
e0f619f
... | ... | @@ -320,7 +320,7 @@ |
320 | 320 | buildType.add(0); |
321 | 321 | buildType.add(2); |
322 | 322 | patientsQuery.setBuildTypeList(buildType); |
323 | - //居住地 | |
323 | + //居住地 注意需要反起查询,不要搞错l | |
324 | 324 | patientsQuery.setAreaRegisterId(riskPatientsQueryRequest.getAreaId()); |
325 | 325 | patientsQuery.setCityRegisterId(riskPatientsQueryRequest.getCityId()); |
326 | 326 | patientsQuery.setProvinceRegisterId(riskPatientsQueryRequest.getProvinceId()); |