mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
优化分组排序
This commit is contained in:
@@ -55,7 +55,7 @@ public class ProdTagController {
|
||||
page, new LambdaQueryWrapper<ProdTag>()
|
||||
.eq(prodTag.getStatus() != null, ProdTag::getStatus, prodTag.getStatus())
|
||||
.like(prodTag.getTitle() != null, ProdTag::getTitle, prodTag.getTitle())
|
||||
.orderByDesc(ProdTag::getSeq));
|
||||
.orderByDesc(ProdTag::getSeq, ProdTag::getCreateTime));
|
||||
return ResponseEntity.ok(tagIPage);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user