diff --git a/cloud-market-server/src/main/java/com/muyu/cloud/market/service/impl/ProductApiServiceImpl.java b/cloud-market-server/src/main/java/com/muyu/cloud/market/service/impl/ProductApiServiceImpl.java index 499fe68..c004047 100644 --- a/cloud-market-server/src/main/java/com/muyu/cloud/market/service/impl/ProductApiServiceImpl.java +++ b/cloud-market-server/src/main/java/com/muyu/cloud/market/service/impl/ProductApiServiceImpl.java @@ -46,6 +46,8 @@ public class ProductApiServiceImpl extends ServiceImpl ProductListResp.productListRespbuild(product)) .toList(); return ProductTotalListResp.of(productListResps, count); + + }