From b3155da0181dec6a33340fd2af1af1ff60276452 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期五, 10 九月 2021 09:43:21 +0800
Subject: [PATCH] 上料防错单列表 编辑,审核,反审核

---
 WebAPI/Controllers/SBGL/Sb_EquipMaintainPlanBillController.cs |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/WebAPI/Controllers/SBGL/Sb_EquipMaintainPlanBillController.cs b/WebAPI/Controllers/SBGL/Sb_EquipMaintainPlanBillController.cs
index f09c549..d8a9b7a 100644
--- a/WebAPI/Controllers/SBGL/Sb_EquipMaintainPlanBillController.cs
+++ b/WebAPI/Controllers/SBGL/Sb_EquipMaintainPlanBillController.cs
@@ -236,24 +236,13 @@
         #endregion
         #region [璁惧淇濆吇璁″垝琛ㄥ垹闄ゅ姛鑳絔
         /// <summary>
-        /// 妯″叿缁翠慨鍗曞垹闄ゅ姛鑳�
+        /// 璁惧淇濆吇璁″垝琛ㄥ垹闄ゅ姛鑳�
         /// </summary>
         /// <returns></returns>
         [Route("Sb_EquipMaintainPlanBill/DeltetEquipMaintainPlanBillList")]
         [HttpGet]
         public object DeltetEquipMaintainPlanBillList(string HInterID)
         {
-            //缂栬緫鏉冮檺
-            //if (!DBUtility.ClsPub.Security_Log("Sb_MouldRepairWorkBill_Delete", 1, true, DBUtility.ClsPub.CurUserName))
-            //{
-            //    objJsonResult.code = "0";
-            //    objJsonResult.count = 0;
-            //    objJsonResult.Message = "鏃犲垹闄ゆ潈闄愶紒";
-            //    objJsonResult.data = null;
-            //    return objJsonResult;
-            //}
-
-
             Int64 lngBillKey = 0;
             lngBillKey = DBUtility.ClsPub.isLong(HInterID);
             if (lngBillKey == 0)

--
Gitblit v1.9.1