master
parent
c7256dbd07
commit
70c76d7ae0
|
@ -36,7 +36,7 @@ public class OrderPayServiceImpl extends ServiceImpl<OrderPayMapper, OrderPayInf
|
||||||
LambdaQueryWrapper<OrderPayInfo> orderPayInfoQueryWrapper = new LambdaQueryWrapper<>();
|
LambdaQueryWrapper<OrderPayInfo> orderPayInfoQueryWrapper = new LambdaQueryWrapper<>();
|
||||||
orderPayInfoQueryWrapper.eq(OrderPayInfo::getAppCode,appCode);
|
orderPayInfoQueryWrapper.eq(OrderPayInfo::getAppCode,appCode);
|
||||||
orderPayInfoQueryWrapper.orderBy(true,false,OrderPayInfo::getCreateTime);
|
orderPayInfoQueryWrapper.orderBy(true,false,OrderPayInfo::getCreateTime);
|
||||||
orderPayInfoQueryWrapper.last("limit"+limit);
|
orderPayInfoQueryWrapper.last("limit "+limit);
|
||||||
List<OrderPayInfo> orderPayInfoList = this.list(orderPayInfoQueryWrapper);
|
List<OrderPayInfo> orderPayInfoList = this.list(orderPayInfoQueryWrapper);
|
||||||
return this.list(orderPayInfoQueryWrapper);
|
return this.list(orderPayInfoQueryWrapper);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue