feat():查询客户集合报错 limit 5 加空格
parent
37fb1dad16
commit
c7256dbd07
|
@ -74,7 +74,7 @@ public class OrderPayCustomerServiceImpl
|
||||||
List<OrderPayCustomer> orderPayCustomerList = this.list(queryWrapper);
|
List<OrderPayCustomer> orderPayCustomerList = this.list(queryWrapper);
|
||||||
return orderPayCustomerList.stream()
|
return orderPayCustomerList.stream()
|
||||||
.map(orderPayCustomer -> CustomerResp.customerBuild(orderPayCustomer,
|
.map(orderPayCustomer -> CustomerResp.customerBuild(orderPayCustomer,
|
||||||
() -> orderPayService.selectOrderPayByAppCodeAndLimit(orderPayCustomer.getAppCode(),5)
|
() -> orderPayService.selectOrderPayByAppCodeAndLimit(orderPayCustomer.getAppCode(), 5)
|
||||||
.stream()
|
.stream()
|
||||||
.map(OrderPayInfo::buildCustomerOrderPaySimpleResp)
|
.map(OrderPayInfo::buildCustomerOrderPaySimpleResp)
|
||||||
.toList()))
|
.toList()))
|
||||||
|
|
Loading…
Reference in New Issue