Commit 03431845 authored by liudong1993's avatar liudong1993

1

parent 71e4b417
......@@ -4291,7 +4291,7 @@ namespace Mall.Module.Product
#region 手续费计算
decimal ServiceCharge = Convert.ToDecimal(Config.SettlementRate) / 100;
if (demodel.VersionSource == 1)
if (demodel.VersionSource == 1 || demodel.OrderEduType > 0)
{
ServiceCharge = Convert.ToDecimal(Config.EduSettlementRate) / 100;
}
......
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