From fbc5162e83a1d4d6a5422c3c742fbd156bf3a6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Wed, 17 Sep 2025 09:44:43 +0800 Subject: [PATCH] =?UTF-8?q?OA=E5=86=85=E5=AE=B9=E5=A4=9A=E4=B8=AA=E6=A0=87?= =?UTF-8?q?=E7=9A=84=E4=BC=A0=E5=88=A9=E7=8E=87=E5=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/TradeModule/TradeOAService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/YLErpDAL/Modules/TradeModule/TradeOAService.cs b/YLErpDAL/Modules/TradeModule/TradeOAService.cs index 0bf8e0a2..232f6bb7 100644 --- a/YLErpDAL/Modules/TradeModule/TradeOAService.cs +++ b/YLErpDAL/Modules/TradeModule/TradeOAService.cs @@ -209,11 +209,12 @@ namespace YLErp.Modules.TradeModule } var posiTypeStr = currentPositionType == (int)PositionTypeFlag.Long ? "买入" : "卖出"; + var underlyingType = sameClientTrades.Count() > 0 ? "利率债" : trade.UnderlyingInstrumentTypeCn; string bgContent = @$"

各位领导:

经友好协商,我司拟与交易对手开展以下场外利率收益互换交易:

浮动收益支付方: 浙商证券

浮动收益接收方: {trade.ClientName}

-

标的: {trade.UnderlyingInstrumentTypeCn}

+

标的: {underlyingType}

方向: {posiTypeStr}

起始日: {trade.StartDate?.ToString("yyyy/M/d")}

到期日: {exerciseDate?.ToString("yyyy/M/d")}