From 576ea02f01fd6b746782a8f28f0c3ddfed960b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Tue, 22 Apr 2025 15:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E9=87=91=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E7=BB=99=E5=88=9D=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/Modules/ClientModule/ClientCashInCashOutDataService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YLErpDAL/Modules/ClientModule/ClientCashInCashOutDataService.cs b/YLErpDAL/Modules/ClientModule/ClientCashInCashOutDataService.cs index 82aaba0d..6be1294f 100644 --- a/YLErpDAL/Modules/ClientModule/ClientCashInCashOutDataService.cs +++ b/YLErpDAL/Modules/ClientModule/ClientCashInCashOutDataService.cs @@ -601,6 +601,7 @@ namespace YLErp.Modules.ClientModule r.CashFlag = req.CashFlag; r.CurrencyCode = req.CurrencyCode; r.cash_type = req.cash_type; + r.ValidState = ConsGlobal.Valid; } if (isARAP)