From 4f6c51c2c1e9a616cfea9852fb5e64b10bdf48c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Thu, 29 May 2025 16:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=B9=B3=E4=BB=93=EF=BC=8C?= =?UTF-8?q?=E5=AE=A1=E6=89=B9bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/SwapModule/SwapDealService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YLErpDAL/Modules/SwapModule/SwapDealService.cs b/YLErpDAL/Modules/SwapModule/SwapDealService.cs index 1f3ba829..49d04b1e 100644 --- a/YLErpDAL/Modules/SwapModule/SwapDealService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapDealService.cs @@ -1262,6 +1262,7 @@ namespace YLErp.Modules.SwapModule } else { + td.TradeStatus = ConsTrade.确认成交; td.HasPartialUnWind = 1; } td.UnWindDate = swapEvent.unwindData.UnwindDate;