From 9936cbc7f2229f34803feffc12cf8fb79adee112 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Thu, 12 Mar 2026 03:31:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=80=BB=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=9A=E6=80=BB=E6=94=B6=E7=9B=8A=E7=8E=87?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E4=B8=A4=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetManager.Services/PortfolioService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetManager.Services/PortfolioService.cs b/AssetManager.Services/PortfolioService.cs index aa2dc1a..f67ad66 100644 --- a/AssetManager.Services/PortfolioService.cs +++ b/AssetManager.Services/PortfolioService.cs @@ -267,7 +267,7 @@ public class PortfolioService : IPortfolioService currency = targetCurrency, todayProfit = (double)totalTodayProfitInTargetCurrency, todayProfitCurrency = targetCurrency, - totalReturnRate = totalReturnRate + totalReturnRate = Math.Round(totalReturnRate, 2) }; }