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 c004047..499fe68 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,8 +46,6 @@ public class ProductApiServiceImpl extends ServiceImpl ProductListResp.productListRespbuild(product)) .toList(); return ProductTotalListResp.of(productListResps, count); - - }