Commit 6d798b4b0af87399b34cef4e55be7201e6afae0d
1 parent
95a4f11d43
Exists in
master
and in
8 other branches
增加设置parentid
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
6d798b4
| ... | ... | @@ -205,6 +205,7 @@ |
| 205 | 205 | if (null != riskPatientsQueryRequest.getServiceType()) { |
| 206 | 206 | patientsQuery.setServiceType(Integer.valueOf(riskPatientsQueryRequest.getServiceType())); |
| 207 | 207 | } |
| 208 | + patientsQuery.setrLevel(riskPatientsQueryRequest.getrLevel()); | |
| 208 | 209 | patientsQuery.setLastMensesStart(riskPatientsQueryRequest.capStart()); |
| 209 | 210 | patientsQuery.setLastMensesEnd(riskPatientsQueryRequest.capEnd()); |
| 210 | 211 | patientsQuery.setAge(riskPatientsQueryRequest.getAge()); |