## 产品详情添加提货基数

This commit is contained in:
zhangheng 2025-10-16 11:31:59 +08:00
parent 9ee2b8bd71
commit 6f707b6fa2
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ public class BdProductController extends BaseController {
productParams.setIsOceanTrans(productExtend.getIsOceanTrans());
productParams.setSort(productExtend.getSort());
productParams.setIsPutOn(productExtend.getIsPutOn());
productParams.setDeliveryQuantity(productExtend.getDeliveryQuantity());
LambdaQueryWrapper<BdProductSpecs> queryWrapper = new LambdaQueryWrapper<>();
queryWrapper.eq(BdProductSpecs::getPkProduct, productId);
List<Integer> pkSpecsType = new ArrayList<>();