From 825482c80ceaf1bcf7cbf9e7c0832ebff54aec41 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 15:32:26 +0800 Subject: [PATCH] =?UTF-8?q?style(SwapTrade2Controller):=20=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多行注释从块注释格式转换为单行注释格式 - 移除不必要的星号前缀保持代码整洁 - 维持原有的业务逻辑说明内容不变 --- YLErpWeb/Controllers/SwapTrade2Controller.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/YLErpWeb/Controllers/SwapTrade2Controller.cs b/YLErpWeb/Controllers/SwapTrade2Controller.cs index b150b6bb..14149233 100644 --- a/YLErpWeb/Controllers/SwapTrade2Controller.cs +++ b/YLErpWeb/Controllers/SwapTrade2Controller.cs @@ -162,13 +162,13 @@ namespace YLErp.Web.Controllers renewTrade.trade_swap.FlowId = null; // The renewed payment floating leg opens the opposite underlying side. - /** 这里只需要对【支付】相关腿进行操作 - * 原收取腿不变 - * 支付 多头 = 空头 - 支付 空头 = 多头 - 收取 空头 = 空头 - 收取 多头 = 多头 - */ + // 这里只需要对【支付】相关腿进行操作 + // 原收取腿不变 + // 支付 多头 = 空头 + // 支付 空头 = 多头 + // 收取 空头 = 空头 + // 收取 多头 = 多头 + // if (renewTrade.trade_swap.IsPayFloatingProfit) { renewTrade.trade_swap.PayLongShort = ReverseLongShort(renewTrade.trade_swap.PayLongShort);