序列号排序
This commit is contained in:
@@ -294,7 +294,7 @@ public class LpkGiftCardService extends MybatisBaseService<LpkGiftCardMapper, Lp
|
||||
if (StringUtils.isNotBlank(query.getSid())) {
|
||||
qw.eq("recordSid", query.getSid());
|
||||
}
|
||||
qw.orderByDesc("createTime");
|
||||
qw.orderByDesc("serialNumber");
|
||||
IPage<LpkGiftCard> page = PagerUtil.queryToPage(pq);
|
||||
IPage<LpkGiftCardListVo> pagging = baseMapper.recordDetails(page, qw);
|
||||
PagerVo<LpkGiftCardListVo> p = PagerUtil.pageToVo(pagging, null);
|
||||
|
||||
Reference in New Issue
Block a user