Commit 1f7a5adc authored by liudong1993's avatar liudong1993

活动提成 增加*人数

parent e5295f14
......@@ -2332,7 +2332,7 @@ namespace Mall.Module.Education
//计算提成金额
if (configModel.Type == 1)
{
CommissionMoney = configModel.CommissionMoney;
CommissionMoney = configModel.CommissionMoney * item.PeopleNum;
}
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