提交 02a6748c authored 作者: Whispa's avatar Whispa

commit

上级 a7b29c9e
......@@ -75,7 +75,7 @@ public class TbCfHomePageEntityController {
//爬虫品牌
if ("2".equals(type)) {
moduleMap.put("store_title", getTitleImage(2));
List<TbCfStore> storeStationList = storeRepository.findAll(PageRequest.of(0,limit)).toList();
List<TbCfStore> storeStationList = storeRepository.findAll(PageRequest.of(0,limit,Sort.by(Sort.Order.desc("enableFlag"),Sort.Order.desc("storeCode")))).toList();
moduleMap.put("storeStationList", storeStationList);
}
//海报图
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论