From baad883a45b5434117a7769354701c6aa607a5a9 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期日, 01 九月 2024 01:45:32 +0800 Subject: [PATCH] 工步增加工步名称和工步当前消息 优化了一些已知问题 --- Tiger.Api/Controllers/MES/SMTController.Tool.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Api/Controllers/MES/SMTController.Tool.cs b/Tiger.Api/Controllers/MES/SMTController.Tool.cs index 0e14ad0..fda8ea0 100644 --- a/Tiger.Api/Controllers/MES/SMTController.Tool.cs +++ b/Tiger.Api/Controllers/MES/SMTController.Tool.cs @@ -16,7 +16,7 @@ /// <returns></returns> [HttpPost] [Route("api/[controller]/[action]")] - public async Task<IActionResult> GetNotLoadingMaterial([FromBody] ApiAction<smtWoTableParams> action) + public async Task<IActionResult> GetNotLoadingMaterial([FromBody] ApiAction<SmtLoadingInput> action) { ApiAction response = new(); try -- Gitblit v1.9.3