From 5b8c86d6c9901a57d5688a16b0d0c569a87acbf9 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期四, 30 九月 2021 15:50:48 +0800
Subject: [PATCH] 完善丸井改制的维修类型+增加雅琪诺扣补项目模块

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

diff --git a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
index 05154c3..66128e1 100644
--- a/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
+++ b/WebAPI/Controllers/Sc_MouldOtherInBillController.cs
@@ -125,13 +125,13 @@
         #region[鍣ㄥ叿鍒嗗竷寮忚皟鍑哄崟缂栬緫鏃惰幏鍙栬〃澶存暟鎹甝
         [Route("Sc_MouldOtherInBill/Sc_MouldOtherInBillListCheckDetai")]
         [HttpGet]
-        public ApiResult<DataSet> Sc_MouldOtherInBillListCheckDetai(string HID)
+        public ApiResult<DataSet> Sc_MouldOtherInBillListCheckDetai(string HID)  
         {
             if (string.IsNullOrEmpty(HID))
                 return new ApiResult<DataSet> { code = -1, msg = "ID涓嶈兘涓虹┖" };
             SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
 
-            var dataSet = oCN.RunProcReturn("select top 1 * from    where hmainid= " + HID + " ", "h_v_Sc_MouldOtherInBillList");
+             var dataSet = oCN.RunProcReturn("select top 1 * from h_v_Sc_MouldOtherInBillList  where hmainid= " + HID + " ", "h_v_Sc_MouldOtherInBillList");
             if (dataSet == null || dataSet.Tables[0].Rows.Count == 0)
                 return new ApiResult<DataSet> { code = -1, msg = "涓嶅瓨鍦ㄩ��搴撳崟鍙�" };
 

--
Gitblit v1.9.1