|
@@ -769,7 +769,7 @@ public class CanteenDiningRecordController {
|
|
|
Map<String, Object> searchParams = new HashMap<>();
|
|
|
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
- sortList.add(new Sort("c.create_time", "desc"));
|
|
|
+ sortList.add(new Sort("a.create_time", "desc"));
|
|
|
|
|
|
if (StringUtils.isNotEmpty(companyId)) {
|
|
|
searchParams.put("companyId", "%"+companyId+"%");
|