forked from angelo/java-retail-app
## 商品详情返回专区;
This commit is contained in:
parent
826855b5fc
commit
b79be21220
|
@ -571,6 +571,7 @@ public class BdWaresSpecsSkuServiceImpl extends ServiceImpl<BdWaresSpecsSkuMappe
|
|||
productList.addAll(productResultList);
|
||||
|
||||
waresDetailVO.setProductList(productList);
|
||||
waresDetailVO.setSpecialArea(param.getSpecialArea());
|
||||
return waresDetailVO;
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in New Issue