From c379e31b4d82fd8bf9800b62b45b511b3bae72f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=90=8D=E9=94=90?= <1565842059@qq.com> Date: Fri, 7 Aug 2026 23:20:23 +0800 Subject: [PATCH] =?UTF-8?q?test:=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/SwapModule/SwapDealService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YLErpDAL/Modules/SwapModule/SwapDealService.cs b/YLErpDAL/Modules/SwapModule/SwapDealService.cs index bda12dda..d952177a 100644 --- a/YLErpDAL/Modules/SwapModule/SwapDealService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapDealService.cs @@ -1415,8 +1415,10 @@ namespace YLErp.Modules.SwapModule decimal tdDynomicPrincipal = posiPrincipal; double floatRate = Convert.ToDouble(floateRate); var days = (endDate - tradeDate).Days; + LogFactory.GetLogger("test").Error("lksafhasdhfjas"); if (days % interestPeriod == 0) { + LogFactory.GetLogger("test").Error("kluausdyfh"); var remainingPercent = posiPrincipal > 0m ? principal / posiPrincipal : 1m;