Commit 01eefb695d5a07ca68a6e3fe88ce50429e790c37
1 parent
8934d28d67
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
01eefb6
... | ... | @@ -220,9 +220,11 @@ |
220 | 220 | } |
221 | 221 | if(null!=riskPatientsQueryRequest.getStartChsj()){ |
222 | 222 | patientsQuery.setFmDateEnd(DateUtil.addDay(currentDate, -riskPatientsQueryRequest.getStartChsj())); |
223 | + patientsQuery.setDueStatus(0); | |
223 | 224 | } |
224 | 225 | if(null!=riskPatientsQueryRequest.getEndChsj()){ |
225 | 226 | patientsQuery.setFmDateStart(DateUtil.addDay(currentDate, -riskPatientsQueryRequest.getEndChsj())); |
227 | + patientsQuery.setDueStatus(0); | |
226 | 228 | } |
227 | 229 | |
228 | 230 | patientsQuery.setLimit(riskPatientsQueryRequest.getLimit()); |