From 58fa41b63a8aeda8b21871cb45559ee06f03265f Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 09 十月 2025 14:40:34 +0800
Subject: [PATCH] 刀具查询更改
---
Controllers/MesCutterLedgerController.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Controllers/MesCutterLedgerController.cs b/Controllers/MesCutterLedgerController.cs
index bc20798..81a1ca4 100644
--- a/Controllers/MesCutterLedgerController.cs
+++ b/Controllers/MesCutterLedgerController.cs
@@ -19,15 +19,15 @@
/// <summary>
/// 鍒�鍏锋煡璇紙鏀寔缂栧彿鎴栧悕绉版ā绯婃煡璇級MesCutterLedger
/// </summary>
- /// <param name="searchKey">鏌ヨ鍏抽敭瀛�</param>
+ /// <param name="req">鏌ヨ鍏抽敭瀛楄姹備綋</param>
/// <returns>鍒�鍏峰垪琛�</returns>
[HttpPost("QueryTools")]
- public ResponseResult QueryTools([FromBody] string searchKey)
+ public ResponseResult QueryTools([FromBody] MesCutterLedger req)
{
try
{
dynamic resultInfos = new ExpandoObject();
- resultInfos.tbBillList = m.QueryTools(searchKey);
+ resultInfos.tbBillList = m.QueryTools(req.searchKey);
return new ResponseResult
{
status = 0,
--
Gitblit v1.9.3