修改版本
parent
b1119319a4
commit
1b338a15bc
|
@ -46,8 +46,6 @@ 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