修改我的钱包bug
This commit is contained in:
@@ -85,7 +85,11 @@ public class PmsProductServiceImpl implements PmsProductService {
|
||||
log.info("c"+String.valueOf(product.getProductCategoryId()));
|
||||
log.info("d"+String.valueOf(product.getProductAttributeCategoryId()));
|
||||
product.setOriginalPrice(productParam.getPrice());
|
||||
|
||||
productMapper.insertAll(product);
|
||||
productParam.getSkuStockList().forEach(item->{
|
||||
item.setPrice(product.getPrice());
|
||||
});
|
||||
//根据促销类型设置价格:、阶梯价格、满减价格
|
||||
Long productId = product.getId();
|
||||
//会员价格
|
||||
|
||||
Reference in New Issue
Block a user