feat():补齐订单客户相关API接口
parent
1c7125eb3f
commit
3465b4805d
|
@ -17,7 +17,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);
|
||||||
return this.list(orderPayInfoQueryWrapper);
|
return this.list(orderPayInfoQueryWrapper);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue