feat():查询客户集合报错 limit 5 加空格

master
Number7 2024-08-09 10:00:06 +08:00
parent 37fb1dad16
commit c7256dbd07
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class OrderPayCustomerServiceImpl
List<OrderPayCustomer> orderPayCustomerList = this.list(queryWrapper);
return orderPayCustomerList.stream()
.map(orderPayCustomer -> CustomerResp.customerBuild(orderPayCustomer,
() -> orderPayService.selectOrderPayByAppCodeAndLimit(orderPayCustomer.getAppCode(),5)
() -> orderPayService.selectOrderPayByAppCodeAndLimit(orderPayCustomer.getAppCode(), 5)
.stream()
.map(OrderPayInfo::buildCustomerOrderPaySimpleResp)
.toList()))