修改版本
parent
b1119319a4
commit
1b338a15bc
|
@ -46,8 +46,6 @@ public class ProductApiServiceImpl extends ServiceImpl<ProductApiMapper, Product
|
|||
.map(product -> ProductListResp.productListRespbuild(product))
|
||||
.toList();
|
||||
return ProductTotalListResp.of(productListResps, count);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue