mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 16:07:20 +08:00
【修复】修复0.5.5版本售后积分返还机制积分模式判断异常的问题。
This commit is contained in:
@@ -106,7 +106,7 @@ namespace CoreCms.Net.RedisMQ.Subscribe
|
|||||||
point += aftersalesProduct.price * practicalProportion * p.nums * pointDiscountedProportion;
|
point += aftersalesProduct.price * practicalProportion * p.nums * pointDiscountedProportion;
|
||||||
}
|
}
|
||||||
//如果是单品模式
|
//如果是单品模式
|
||||||
else if (pointDiscountedProportion == 2)
|
else if (pointExchangeModel == 2)
|
||||||
{
|
{
|
||||||
//单品模式只能是全积分抵扣或者全金额支付。所以直接按照扣掉的金额还原积分即可。
|
//单品模式只能是全积分抵扣或者全金额支付。所以直接按照扣掉的金额还原积分即可。
|
||||||
point += aftersalesProduct.pointsDeduction * p.nums * pointDiscountedProportion;
|
point += aftersalesProduct.pointsDeduction * p.nums * pointDiscountedProportion;
|
||||||
|
|||||||
Reference in New Issue
Block a user