3
0
Fork 0

## 商品详情返回专区;

This commit is contained in:
cabbage 2025-09-02 09:20:44 +08:00
parent c7330c8bfa
commit 5f484f6178
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ public class BdWaresSpecsSkuServiceImpl extends ServiceImpl<BdWaresSpecsSkuMappe
productList.addAll(productResultList);
waresDetailVO.setProductList(productList);
waresDetailVO.setSpecialArea(param.getSpecialArea());
return waresDetailVO;
}
return null;