会员中心、添加商品

This commit is contained in:
2025-02-26 10:36:03 +08:00
parent 153dc8751e
commit fdec029158
11 changed files with 262 additions and 147 deletions

View File

@@ -84,7 +84,8 @@ public class PmsProductServiceImpl implements PmsProductService {
log.info("b"+String.valueOf(productParam.getProductAttributeCategoryId()));
log.info("c"+String.valueOf(product.getProductCategoryId()));
log.info("d"+String.valueOf(product.getProductAttributeCategoryId()));
productMapper.insertSelective(product);
product.setOriginalPrice(productParam.getPrice());
productMapper.insertAll(product);
//根据促销类型设置价格:、阶梯价格、满减价格
Long productId = product.getId();
//会员价格