|
@@ -72,6 +72,7 @@ public class PmsProductServiceImpl implements PmsProductService {
|
|
|
//创建商品
|
|
|
PmsProduct product = productParam;
|
|
|
product.setId(null);
|
|
|
+ product.setVerifyStatus(1);
|
|
|
productMapper.insertSelective(product);
|
|
|
//根据促销类型设置价格:会员价格、阶梯价格、满减价格
|
|
|
Long productId = product.getId();
|