|
@@ -260,7 +260,7 @@ public class CanteenDiningRecordController {
|
|
Map<String, Object> searchParams = new HashMap<>();
|
|
Map<String, Object> searchParams = new HashMap<>();
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
List<Sort> sortList = new ArrayList<>();
|
|
- sortList.add(new Sort("a.create_time", "desc"));
|
|
|
|
|
|
+ sortList.add(new Sort("a.record_time", "desc"));
|
|
|
|
|
|
if (personId != null) {
|
|
if (personId != null) {
|
|
searchParams.put("personId", personId);
|
|
searchParams.put("personId", personId);
|