From 618ab0c10832c8e9cbc75473314e4dc034086356 Mon Sep 17 00:00:00 2001 From: gongpei Date: Tue, 14 Oct 2025 15:31:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=90=E4=BA=A4=E6=94=B6=E7=9B=8A?= =?UTF-8?q?=E7=8E=87/100?= 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 5a44acd2..b7c1bf66 100644 --- a/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapTradeAutoService.cs @@ -391,7 +391,7 @@ namespace YLErp.Modules.SwapModule CalBondResult result = BondCalcHepler.BondCalcByDate(gourpItem.Key.UnderlyingCode, swap_flow_summary.TradingAmountAvg * 100, valueDate.ToString("yyyy-MM-dd")); if (result != null) { - swap_flow_summary.InitYtm = result.ytm; + swap_flow_summary.InitYtm = result.ytm * ConsGlobal.bondPriceMultiple; } else {