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