菠萝派接口修改
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
... | @@ -69,6 +69,7 @@ public class DownloadProductBizServiceImpl extends AbstractBizService<DownloadP | ... | @@ -69,6 +69,7 @@ public class DownloadProductBizServiceImpl extends AbstractBizService<DownloadP |
69 | } | 69 | } |
70 | product.setSkus(downloadProductSkuBeanList); | 70 | product.setSkus(downloadProductSkuBeanList); |
71 | }; | 71 | }; |
72 | |||
72 | downloadProductResponse.setTotalcount(downloadProductBeanList.size()); | 73 | downloadProductResponse.setTotalcount(downloadProductBeanList.size()); |
73 | }else{ | 74 | }else{ |
74 | downloadProductResponse.setTotalcount(0); | 75 | downloadProductResponse.setTotalcount(0); | ... | ... |
-
请 注册 或 登录 后发表评论