From 3dade8b675ab755cd24916483809a5592e1471ee Mon Sep 17 00:00:00 2001 From: shangzhongyuan Date: Thu, 31 Jul 2025 13:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E7=B0=BF=E8=AE=B0=EF=BC=8C?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E7=AB=AF=E5=8F=AA=E8=83=BD=E6=98=AF=E6=94=B6?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/SwapModule/SwapTradeService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpDAL/Modules/SwapModule/SwapTradeService.cs b/YLErpDAL/Modules/SwapModule/SwapTradeService.cs index 05acac63..a89b3414 100644 --- a/YLErpDAL/Modules/SwapModule/SwapTradeService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapTradeService.cs @@ -389,7 +389,7 @@ namespace YLErp.Modules.SwapModule td.swap_positions.Add(floatPosition); swap_position interestPosition = new swap_position() { - InterestDirection = flowMerge.BsType == (int)PositionTypeFlag.Long ? (int)SwapDirectionEnum.收取 : (int)SwapDirectionEnum.支付, + InterestDirection = (int)SwapDirectionEnum.收取, InterestRateDefault = 0, InterestMode = (int)InterestModeEnum.标的期初全价, InterestPrincipalFix = 0,