From 45a69e109d3ed2f3ba6d03f722021d019cb8792a Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期二, 18 十一月 2025 10:40:28 +0800
Subject: [PATCH] 查询报工记录,获取最后一条报工记录,改为实际的工单ID
---
Controllers/MesOrderStaController.cs | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/Controllers/MesOrderStaController.cs b/Controllers/MesOrderStaController.cs
index 829031d..d7075a2 100644
--- a/Controllers/MesOrderStaController.cs
+++ b/Controllers/MesOrderStaController.cs
@@ -388,29 +388,4 @@
return ResponseResult.ResponseError(ex);
}
}
-
- /// <summary>
- /// 鍒�鍏锋煡璇紙鏀寔缂栧彿鎴栧悕绉版ā绯婃煡璇級
- /// </summary>
- /// <param name="searchKey">鏌ヨ鍏抽敭瀛�</param>
- /// <returns>鍒�鍏峰垪琛�</returns>
- [HttpPost("QueryTools")]
- public ResponseResult QueryTools([FromBody] string searchKey)
- {
- try
- {
- dynamic resultInfos = new ExpandoObject();
- resultInfos.tbBillList = m.QueryTools(searchKey);
- return new ResponseResult
- {
- status = 0,
- message = "OK",
- data = resultInfos
- };
- }
- catch (Exception ex)
- {
- return ResponseResult.ResponseError(ex);
- }
- }
}
\ No newline at end of file
--
Gitblit v1.9.3