(fix): 将原保证金模板名称=系统默认 的默认值改为null。
This commit is contained in:
@@ -455,7 +455,7 @@ namespace YLErp.Modules.EodModule
|
||||
Lots = swapFlow.Lots,
|
||||
IsNight = swapFlow.IsNight,
|
||||
OpponentRole = "甲方",
|
||||
MarginTemplateName = "系统默认",
|
||||
MarginTemplateName = null,
|
||||
MarginType = MarginTypeEnum.DEFAULT,
|
||||
IsGroup = isSingleTrade ? 0 : 2
|
||||
};
|
||||
@@ -743,7 +743,7 @@ namespace YLErp.Modules.EodModule
|
||||
td.OriginalNotional = td.Notional;
|
||||
td.OriginalStockEqvNotional = td.StockEqvNotional;
|
||||
td.StockEqvNotionalReal = td.StockEqvNotionalReal;
|
||||
td.MarginTemplateName = "系统默认";
|
||||
td.MarginTemplateName = null;
|
||||
td.MarginType = MarginTypeEnum.DEFAULT;
|
||||
td.IsTradePricePayType = true;
|
||||
td.TradeSource = TradeSourceEnum.导入交易.ToString();
|
||||
|
||||
Reference in New Issue
Block a user