Commit 89ea41dd authored by 吴春's avatar 吴春

提交代码

parent ec649301
......@@ -3277,7 +3277,7 @@ namespace Edu.Module.Course
IsPublic = 1,
BType = 1,//item.AccountType,
AccountId = financeConfig?.ClientID ?? 54,
WBMoney = Convert.ToDecimal(demodel.PreferPrice),
WBMoney = Convert.ToDecimal(demodel.PreferPrice- demodel.PlatformTax),
TradeDate = System.DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd"),
AccountNumber = System.DateTime.Now.AddDays(-1).ToString("yyyyMMdd"),
TemplateId = financeConfig?.TempleteId ?? 139,
......
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