Commit e18fd1c7d160ac6658b2fa231c3930bb945a2e38

Authored by liquanyu
1 parent bc85c3cf8a

肌萎缩

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SmnFacade.java View file @ e18fd1c
... ... @@ -195,7 +195,7 @@
195 195 }
196 196 if (StringUtils.isNotEmpty(param.getPatientId()))
197 197 {
198   - query.with(new Sort(Sort.Direction.DESC, "sendDate"));
  198 + query.with(new Sort(Sort.Direction.ASC, "sendDate"));
199 199 }
200 200 else
201 201 {