feat():limit添加空格
parent
3012ece70b
commit
956a1dedd4
|
@ -20,7 +20,7 @@ public class OrderPayServiceImpl extends ServiceImpl<OrderPayMapper, OrderPayInf
|
|||
LambdaQueryWrapper<OrderPayInfo> orderPayInfoQueryWrapper = new LambdaQueryWrapper<>();
|
||||
orderPayInfoQueryWrapper.eq(OrderPayInfo::getAppCode,appCode);
|
||||
orderPayInfoQueryWrapper.orderBy(true, false, OrderPayInfo::getCreateTime);
|
||||
orderPayInfoQueryWrapper.last("limit" + limit);
|
||||
orderPayInfoQueryWrapper.last("limit " + limit);
|
||||
return this.list(orderPayInfoQueryWrapper);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue