提交 55fb4971 authored 作者: 马路路's avatar 马路路

配置中心—配置管理—问卷配置WEB端接口--进行中数据排序

上级 ee4b845b
......@@ -30,7 +30,7 @@ public class CollectDriverTransportIntentionDaoImpl extends BaseDaoImpl<CollectD
query.like(CollectDriverTransportIntention::getCollectName, param.getCollectName());
}
// 时间倒序排列
query.orderByDesc(CollectDriverTransportIntention::getId);
query.orderByDesc(CollectDriverTransportIntention::getSortNo);
return baseMapper.selectPage(Page.of(param.getPage(), param.getPageSize()), query);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论