提交 05b74c57 authored 作者: 马路路's avatar 马路路

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

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