From 266afcd9d3b53e97b9a81e61efd095bbdbc8de9e Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 17 十月 2025 01:17:27 +0800
Subject: [PATCH] 同步为建辉的版本

---
 Controllers/Wom/WomdaaController.cs |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/Controllers/Wom/WomdaaController.cs b/Controllers/Wom/WomdaaController.cs
index 3b5c3ca..f5dee1c 100644
--- a/Controllers/Wom/WomdaaController.cs
+++ b/Controllers/Wom/WomdaaController.cs
@@ -151,30 +151,6 @@
     }
 
     /// <summary>
-    ///     鐢熶骇棰嗘枡鐐瑰嚮鐗╂枡鏄庣粏鑾峰彇鐩稿叧鏉$爜淇℃伅
-    /// </summary>
-    /// <returns></returns>
-    [HttpPost("GetBarKwByItemCK")]
-    public ResponseResult GetBarKwByItemCK(dynamic unity)
-    {
-        try
-        {
-            dynamic resultInfos = new ExpandoObject();
-            resultInfos.tbBillList = m.GetBarKwByItemCK(unity);
-            return new ResponseResult
-            {
-                status = 0,
-                message = "OK",
-                data = resultInfos
-            };
-        }
-        catch (Exception ex)
-        {
-            return ResponseResult.ResponseError(ex);
-        }
-    }
-
-    /// <summary>
     ///     鑾峰彇鎵�鏈�
     /// </summary>
     /// <returns></returns>

--
Gitblit v1.9.3