From 65bc0ee6f535e65dfac51de3c7e278535b579f7a Mon Sep 17 00:00:00 2001
From: wyb <1qaz@123>
Date: 星期三, 26 五月 2021 17:32:04 +0800
Subject: [PATCH] 增加 生产资源 、计量单位、货币设置CRUD逻辑实现

---
 WebAPI/Controllers/WebAPIController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index ac2b276..524b2e6 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -1059,7 +1059,7 @@
                     }
                     //鏌ヨ鏁版嵁涓槸鍚﹀瓨鍦ㄩ噸澶嶄唬鐮�
                     
-                    ds = oCN.RunProcReturn("select * from  Gy_BadReason where 绂佺敤鏍囪='' and HNumber='" + oItem.HNumber.Trim()+"'", "Gy_BadReason");
+                    ds = oCN.RunProcReturn("select * from  Gy_BadReason where HStopflag=0 and HNumber='" + oItem.HNumber.Trim()+"'", "Gy_BadReason");
                     if ( oItem.HNumber.Trim()=="" )
                     {
                         objJsonResult.code = "0";

--
Gitblit v1.9.1