充值记录倒序
This commit is contained in:
parent
34e8d39e3b
commit
5f633f5a41
|
|
@ -72,6 +72,7 @@ public class ShopUserController {
|
|||
if (StrUtil.isNotBlank(bizCode)) {
|
||||
queryWrapper.eq(ShopUserFlow::getBizCode, bizCode);
|
||||
}
|
||||
queryWrapper.orderBy(ShopUserFlow::getCreateTime, false);
|
||||
return CzgResult.success(shopUserFlowService.page(PageUtil.buildPage(), queryWrapper));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue