Merge branch 'ww' into test

This commit is contained in:
wangw 2024-09-24 17:14:18 +08:00
commit 6c2ef5d75b
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ public class TbProductServiceImpl implements TbProductService {
if (!CollectionUtils.isEmpty(skuCons)) {
Integer productSkuId = skuCons.get(0).getProductSkuId();
if (productSkuId != 0) {//添加至商品
productNewVo.setIsSaveSku(1);
productNewVo.setIsSaveSku(2);
}
}
}

View File

@ -44,7 +44,7 @@ public class TbProductNewVo {
//退款是否退回库存
private Integer isRefundStock = 1;
private Integer isSaveSku = 0;
private Integer isSaveSku = 1;
//库存警戒线
private Integer warnLine = 0;