From a881815c3db957fc5e365406d84dfba4b400c0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Thu, 13 Jun 2024 13:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E4=BB=98=E9=87=91=E8=B5=84=E9=87=91?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=87=8D=E7=BD=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/TradeModule/ClientCashInCashOutService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YLErpDAL/Modules/TradeModule/ClientCashInCashOutService.cs b/YLErpDAL/Modules/TradeModule/ClientCashInCashOutService.cs index 80b87e53..141e7b7e 100644 --- a/YLErpDAL/Modules/TradeModule/ClientCashInCashOutService.cs +++ b/YLErpDAL/Modules/TradeModule/ClientCashInCashOutService.cs @@ -204,7 +204,7 @@ namespace YLErp.Modules.TradeModule } var valueDate = valuedateBLL.ValueDate; var client = DataCacheProvider.GetClientDataSource().GetData(swapTrade.ClientId); - var cic = DbContext.ClientCashInCashOut.FirstOrDefault(t => t.TradeId == swapTrade.id && t.ValidState != ConsGlobal.InValid && t.Action == action && t.State != ClientCashInCashOut.已结算&&t.Deal==positionId); + var cic = DbContext.ClientCashInCashOut.FirstOrDefault(t => t.TradeId == swapTrade.id && t.ValidState != ConsGlobal.InValid && t.Action == action &&t.Deal==positionId); bool addClientCash = false; if (cic == null) {