(fix): 将原保证金模板名称=系统默认 的默认值改为null。
This commit is contained in:
@@ -519,7 +519,7 @@ namespace YLErp.Modules.TradeModule.SwapModule
|
||||
importTrade.ParticipationRate = 1;
|
||||
|
||||
//预付金
|
||||
importTrade.MarginTemplateName = "系统默认";
|
||||
importTrade.MarginTemplateName = null;
|
||||
importTrade.MarginType = MarginTypeEnum.DEFAULT;
|
||||
|
||||
SetDBModelCreator(importTrade);
|
||||
|
||||
Reference in New Issue
Block a user