From 2ceb5aedbb53145ef64b0ebff2e63542dde02c14 Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Fri, 11 Apr 2025 14:06:24 +0800 Subject: [PATCH] =?UTF-8?q?20250411=20=E7=84=8A=E6=9D=90=E9=A2=86=E6=96=99?= =?UTF-8?q?=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/ShowStockIn.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/ShowStockIn.aspx.cs b/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/ShowStockIn.aspx.cs index 8e4f73c..b39bd8e 100644 --- a/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/ShowStockIn.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/WeldMat/UsingSentMat/ShowStockIn.aspx.cs @@ -69,7 +69,7 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat LEFT JOIN dbo.Weld_Supplier supplier ON supplier.SupplierId=StockIn.SupplierId LEFT JOIN dbo.Weld_UnitStore store ON store.UnitStoreId = StockIn.UnitStoreId WHERE (StockIn.Amount-ISNULL(StockIn.UsingAmount,0)+ISNULL(StockIn.RecycleAmount,0))>0 - AND StockIn.WeldId=@WeldId AND (StockIn.Amount-ISNULL(StockIn.UsingAmount,0))>0 "; + AND StockIn.WeldId=@WeldId AND (StockIn.Amount-ISNULL(StockIn.UsingAmount,0))>=0 "; List listStr = new List(); if (plan != null) {