Commit ba26d9dd authored by shiyu's avatar shiyu

首页新增折扣商品2

parent 8015bd3f
......@@ -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()) {
supplierItemVo.setSalePrice(PriceUtil.convertPriceFenToYuan(distributorShareRecord.getPrice()));
} 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