3
0
Fork 0

## 商品详情返回专区;

This commit is contained in:
cabbage 2025-09-02 09:20:44 +08:00
parent 39e548d2f1
commit 12b3c75aad
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;