Commit 09f92a68 authored by liudong1993's avatar liudong1993

修复微店返佣 也适配佣金抵扣

parent aad874b8
......@@ -3946,6 +3946,7 @@ namespace Mall.Module.Product
#region 佣金抵扣
item.Final_Price -= (item.DeductionCommission ?? 0);
item.SmallShopsCostPrice -= (item.DeductionCommission ?? 0);//微店价格也需要减去
#endregion
}
}
......
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