1.手机端提现列表增加类型限制查询
This commit is contained in:
parent
c8d734a802
commit
33b350e7b6
|
|
@ -118,7 +118,7 @@ public class CashOutServiceImpl extends ServiceImpl<CashOutDao, CashOut> impleme
|
||||||
}
|
}
|
||||||
|
|
||||||
PageHelper.startPage(page, limit);
|
PageHelper.startPage(page, limit);
|
||||||
List<CashOut> cashOutList = list(queryWrapper.orderByDesc(CashOut::getId));
|
List<CashOut> cashOutList = list(queryWrapper.eq(CashOut::getUserType, 1).orderByDesc(CashOut::getId));
|
||||||
|
|
||||||
if (!isApp) {
|
if (!isApp) {
|
||||||
ArrayList<Long> userIdList = new ArrayList<>();
|
ArrayList<Long> userIdList = new ArrayList<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue