feat():新增返回结果集对象
parent
27ff1c0aaa
commit
ef6e56e64e
|
@ -79,7 +79,6 @@ public class OrderPayCustomerServiceImpl extends
|
||||||
// return customerResp;
|
// return customerResp;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return orderPayCustomerList
|
return orderPayCustomerList
|
||||||
.stream().map(CustomerResp::customerBuild
|
.stream().map(CustomerResp::customerBuild
|
||||||
).toList();
|
).toList();
|
||||||
|
|
Loading…
Reference in New Issue