From 038b5d4ab86d72a503bf2fc546a6968f55aa0d4f Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期日, 04 十二月 2022 21:34:43 +0800
Subject: [PATCH] 新增出站汇报单报废按钮方法

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

diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
index f5e542c..95cceb9 100644
--- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
+++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -383,7 +383,7 @@
             {
 
                 //寰楀埌淇℃伅
-                ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillQuerySub_Mould  where hmainid= " + HProcExchHinteID , "h_v_Sc_ProcessExchangeBillQuerySub_Mould");
+                ds = oCN.RunProcReturn("select  * from h_v_Sc_ProcessExchangeBillQuerySub_Mould  where hmainid= " + HProcExchHinteID , "h_v_Sc_ProcessExchangeBillQuerySub_Mould");
                 //鍐欏叆淇℃伅
                 //if (ds == null || ds.Tables[0].Rows.Count == 0)
                 //{

--
Gitblit v1.9.1