From b0676efea7f9e080c1dd6158fa5b987c7b14bc85 Mon Sep 17 00:00:00 2001 From: gongpei Date: Thu, 16 Oct 2025 13:13:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B0=BF=E8=AE=B0=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E5=99=A8=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs b/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs index fd5846c6..f3c1a530 100644 --- a/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs @@ -397,7 +397,7 @@ namespace YLErp.Modules.SwapModule } else { - callback?.Invoke($"请求计算器时发生异常,标的:{gourpItem.Key.UnderlyingCode} 清算日期:{valueDate:yyyy-MM-dd}"); + callback?.Invoke($"{gourpItem.Key.UnderlyingCode} 标的收益率无法计算,已跳过!"); } swap_flow_summary.SetOpt(UserInfo); if (save)