Commit 1d1fb8ce authored by liudong1993's avatar liudong1993

1

parent ef477746
......@@ -597,8 +597,8 @@ namespace Edu.Module.Course
});
}
if (demodel.NormalCommission != NormalCommission || demodel.RenewCommission != RenewCommission) {
message = "返佣金额不正确";
return false;
//message = "返佣金额不正确";
//return false;
}
}
}
......@@ -1125,8 +1125,10 @@ namespace Edu.Module.Course
}
#endregion
}
}
//返佣幸福存折
if (demodel.CustomerId > 0 && BalanceList.Any()) {
if (flag && demodel.CustomerId > 0 && BalanceList.Any())
{
foreach (var item in BalanceList)
{
item.OrderId = OrderId;
......@@ -1134,7 +1136,6 @@ namespace Edu.Module.Course
customer_BalanceDetailRepository.Insert(item);
}
}
}
#endregion
#region 更新甲鹤小程序规格对应的库存
......
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