From 6b9fb0c1991f1770d8459f55a0e6a8e457ca6657 Mon Sep 17 00:00:00 2001
From: ouyangqing <ouyangqing@DESKTOP-B85SG1D>
Date: 星期三, 20 一月 2021 14:59:34 +0800
Subject: [PATCH] nothing

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

diff --git a/WebAPI/Controllers/NewApiController.cs b/WebAPI/Controllers/NewApiController.cs
index 970c4f4..d1626a1 100644
--- a/WebAPI/Controllers/NewApiController.cs
+++ b/WebAPI/Controllers/NewApiController.cs
@@ -67,28 +67,6 @@
             return YqnQbService.GetWorkCenterList(sWhere);
         }
         /// <summary>
-        /// 鑾峰彇杩涚珯鍗曞垪琛�
-        /// </summary>
-        /// <param name="sWhere"></param>
-        /// <returns></returns>
-        [Route("api/newBill/getStationInBillList")]
-        [HttpGet]
-        public ApiResult<DataSet> GetStationInBillList(string sWhere)
-        {
-            return YqnQbService.GetStationInBillList(sWhere);
-        }
-        /// <summary>
-        /// 鑾峰彇鍑虹珯鍗曞垪琛�
-        /// </summary>
-        /// <param name="sWhere"></param>
-        /// <returns></returns>
-        [Route("api/newBill/getStationOutBillList")]
-        [HttpGet]
-        public ApiResult<DataSet> GetStationOutBillList(string sWhere)
-        {
-            return YqnQbService.GetStationOutBillList(sWhere);
-        }
-        /// <summary>
         /// 杩涚珯鎺ユ敹鍗�
         /// </summary>
         /// <param name="oMain"></param>
@@ -107,8 +85,9 @@
         /// <returns></returns>
         [Route("api/newBill/setStationOutBill")]
         [HttpPost]
-        public ApiResult SetStationOutBill(Model.ClsSc_StationOutBillMain oMain)
+        public ApiResult SetStationOutBill(StationOutBillView oMain)
         {
+            
             return YqnQbService.SetStationOutBill(oMain);
         }
     }

--
Gitblit v1.9.1