Commit ba26d9dd authored by shiyu's avatar shiyu

首页新增折扣商品2

parent 8015bd3f
...@@ -223,7 +223,7 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -223,7 +223,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
} }
//用户点击链接进入详情页需要记录 //用户点击链接进入详情页需要记录
//排除折扣商品 //排除折扣商品
if (dto.getType() != DistributionEnum.DistributionTypeEnum.DISCOUNT.getCode()) { if (supplierItem.getType() != DistributionEnum.DistributionTypeEnum.DISCOUNT.getCode()) {
if (!dto.getIsShop()) { if (!dto.getIsShop()) {
supplierItemVo.setSalePrice(PriceUtil.convertPriceFenToYuan(distributorShareRecord.getPrice())); supplierItemVo.setSalePrice(PriceUtil.convertPriceFenToYuan(distributorShareRecord.getPrice()));
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment