1.提现列表倒序
This commit is contained in:
@@ -118,7 +118,7 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
|
||||
}
|
||||
|
||||
PageHelper.startPage(page, limit);
|
||||
List<CashOut> cashOutList = list(queryWrapper);
|
||||
List<CashOut> cashOutList = list(queryWrapper.orderByDesc(CashOut::getId));
|
||||
|
||||
if (!isApp) {
|
||||
ArrayList<Long> userIdList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user