05cbcda3 刘嘉

菠萝派接口修改

1 个父辈 70b11a17
......@@ -69,6 +69,7 @@ public class DownloadProductBizServiceImpl extends AbstractBizService<DownloadP
}
product.setSkus(downloadProductSkuBeanList);
};
downloadProductResponse.setTotalcount(downloadProductBeanList.size());
}else{
downloadProductResponse.setTotalcount(0);
......