From 7cacc9eb3f246fa46e94c0f557fd6f4e1a07bb94 Mon Sep 17 00:00:00 2001
From: wyb <1qaz@123>
Date: 星期三, 26 五月 2021 17:43:25 +0800
Subject: [PATCH] 解决冲突
---
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