From 466c9b96da7c0351528966adb09b46ee35e8240c Mon Sep 17 00:00:00 2001 From: zhouhongjun <565221961@qq.com> Date: Thu, 19 Jun 2025 11:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BB=E5=8F=96WMS=E7=82=B9=E4=BF=AE?= =?UTF-8?q?=E8=A1=A5=E7=8A=B6=E6=80=81=EF=BC=8C1=E6=98=AF=E5=85=A5?= =?UTF-8?q?=E5=BA=93=EF=BC=8C0=E6=98=AF=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PaintingPC/Function.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaintingPC/Function.cs b/PaintingPC/Function.cs index b10ee9a..caf7094 100644 --- a/PaintingPC/Function.cs +++ b/PaintingPC/Function.cs @@ -1985,7 +1985,7 @@ namespace PaintingPC { try { - string wmsSql = $"select * from TM_BJBMPT_POINT_REPAIR where BarCode='{barcode}' and RepaitType='0'";//0:入库 1:出库 + string wmsSql = $"select * from TM_BJBMPT_POINT_REPAIR where BarCode='{barcode}' and RepaitType='1'";//1:入库 0:出库 string wmsSqlConnString = ConfigurationManager.ConnectionStrings["WmsSqlConnString"].ToString(); DataTable pointRepairTable = SqlHelper.GetDataDateTable(wmsSqlConnString, CommandType.Text, wmsSql, null);