feat():新增返回结果集对象

master
lwj 2024-08-04 10:37:49 +08:00
parent 27ff1c0aaa
commit ef6e56e64e
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public class OrderPayCustomerServiceImpl extends
// return customerResp;
return orderPayCustomerList
.stream().map(CustomerResp::customerBuild
).toList();