1.提现列表倒序
This commit is contained in:
parent
b850045f72
commit
c03ace8658
|
|
@ -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<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue