(fix): 将原保证金模板名称=系统默认 的默认值改为null。

This commit is contained in:
马冰冰
2026-07-22 16:28:17 +08:00
parent 05ce6fb02f
commit 4419a4125b
7 changed files with 15 additions and 9 deletions
@@ -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();