From bd18730d66a67732f9b8ae792ed260874f810066 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 10 十月 2025 11:06:59 +0800
Subject: [PATCH] 使用 CALL
---
Services/MesOrderStaManager.cs | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/Services/MesOrderStaManager.cs b/Services/MesOrderStaManager.cs
index 34bfe3c..95fab23 100644
--- a/Services/MesOrderStaManager.cs
+++ b/Services/MesOrderStaManager.cs
@@ -616,18 +616,4 @@
// 鏇存柊宸ュ崟鏃堕棿鍜岀姸鎬�
return UpdateTime(entity);
}
-
- /// <summary>
- /// 鍒�鍏锋煡璇紙鏀寔缂栧彿鎴栧悕绉版ā绯婃煡璇級
- /// </summary>
- /// <param name="searchKey">鏌ヨ鍏抽敭瀛�</param>
- /// <returns>鍒�鍏峰垪琛�</returns>
- public List<MesCutterLedger> QueryTools(string searchKey)
- {
- return Db.Queryable<MesCutterLedger>()
- .WhereIF(!string.IsNullOrEmpty(searchKey),
- t => t.CutterId.Contains(searchKey) || t.CutterName.Contains(searchKey))
- .ToList();
- }
-
}
\ No newline at end of file
--
Gitblit v1.9.3