Commit 104ea2ae authored by liudong1993's avatar liudong1993

佣金抵扣调整

parent 40d1775d
...@@ -3937,6 +3937,10 @@ namespace Mall.Module.Product ...@@ -3937,6 +3937,10 @@ namespace Mall.Module.Product
item.CommentGiveIntegral = Convert.ToInt32((gmodel.IntegralComment ?? 0) * (item.Number ?? 0)); item.CommentGiveIntegral = Convert.ToInt32((gmodel.IntegralComment ?? 0) * (item.Number ?? 0));
} }
} }
#region 佣金抵扣
item.Final_Price -= (item.DeductionCommission ?? 0);
#endregion
} }
} }
if (demodel.FreightMoney != TotalExpress) if (demodel.FreightMoney != TotalExpress)
......
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