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;