Commit d9480af2 authored by shiyu's avatar shiyu

首页新增折扣商品4

parent 1af5a896
......@@ -256,6 +256,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
} else {
supplierItemVo.setIsHasDiscountOrder(true);
}
supplierItemVo.setSalePrice(PriceUtil.convertPriceFenToYuan(supplierItem.getDistributionPrice()));
}
EntityMapper.copyAttribute(supplierItem, supplierItemVo);
supplierItemVo.setItemId(supplierItem.getId());
......
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