BugFix 腿加上币种

This commit is contained in:
锦麟 王
2026-08-27 18:40:46 +08:00
parent 117ea3e1d2
commit 35d68acc02
2 changed files with 7 additions and 1 deletions
@@ -69,7 +69,7 @@ namespace YLErp.Modules.SwapModule.Margin
HappenDate = settleDate,
PosiStartDate = td.StartDate ?? settleDate,
PosiMatuirityDate = td.ExerciseDate,
Currency = td.SettlementCurrency,
Currency = td.SettlementCurrency ?? ConsGlobal.Currency.CNY,
FundTag = null,
OptId = optId,
OptName = EodOptName,