Commit aeda92ae448c544987cf69136dc06f1cab88424c
1 parent
6121503e2e
Exists in
master
and in
6 other branches
update
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 @
aeda92a
... | ... | @@ -681,6 +681,8 @@ |
681 | 681 | patientsQuery.setNextCheckTimeIs(true); |
682 | 682 | patientsQuery.setNextCheckTimeNe(false); |
683 | 683 | patientses = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(), riskPatientsQueryRequest.getOrder()); |
684 | + }else { | |
685 | + patientses = patientsService.queryPatientBySort(patientsQuery, riskPatientsQueryRequest.getSort(), riskPatientsQueryRequest.getOrder()); | |
684 | 686 | } |
685 | 687 | } |
686 | 688 | }else { |