Commit 8c115d0b17c3005b9b2e23b6e426c5f6db7cbc4a

Authored by shiyang
1 parent 306ca6e9c3
Exists in master and in 1 other branch dev

update

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java View file @ 8c115d0
... ... @@ -1309,7 +1309,7 @@
1309 1309 query.le("bookbuil_date", patient.getEndCreatedtime());
1310 1310 }
1311 1311 Page<LymsPatient> page=new Page<>(current,size);
1312   - Page<LymsPatient> lymsPatientPage=lymsPatientService.page(page, query.orderByDesc("updatedtime","createdtime"));
  1312 + Page<LymsPatient> lymsPatientPage=lymsPatientService.page(page, query.orderByDesc("createdtime"));
1313 1313 baseResponse.setObject(lymsPatientPage);
1314 1314 } catch (Exception e) {
1315 1315 baseResponse.setErrorcode(1);