From dfbeb20458171424dc188c53e0a9f2e254747883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Thu, 12 Jun 2025 18:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E4=BA=A4=E7=B0=BF=E8=AE=B0=EF=BC=8C?= =?UTF-8?q?=E5=90=88=E7=BA=A6=E6=8C=81=E4=BB=93=E6=98=8E=E7=BB=86=E6=8C=81?= =?UTF-8?q?=E4=BB=93=E5=90=8D=E4=B9=89=E6=9C=AC=E9=87=91=E6=94=B9=E6=88=90?= =?UTF-8?q?=E5=90=8D=E4=B9=89=E6=9C=AC=E9=87=91=E7=9B=B8=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/SwapModule/SwapTradeService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpDAL/Modules/SwapModule/SwapTradeService.cs b/YLErpDAL/Modules/SwapModule/SwapTradeService.cs index d24974aa..47e63a76 100644 --- a/YLErpDAL/Modules/SwapModule/SwapTradeService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapTradeService.cs @@ -373,7 +373,7 @@ namespace YLErp.Modules.SwapModule PosiNetFeePrice = flowMerge.TradingAmountNetFeeAvg ?? 0, PosiNetNoFeePrice = flowMerge.TradingAmountNetAvg ?? 0, PosiQuantity = flowMerge.TradingQtyAbs, - PosiNotionalValue = flowMerge.TradingAmountAvg * flowMerge.TradingQtyAbs * flowMerge.ContractSize, + PosiNotionalValue = flowMerge.TradingAmount, PosiTradingFeePending = flowMerge.TradingFeePending, PosiTradingFee = 0, PosiTradingFeeUnit = 0,