From ef3870bb8d578457b310e58518ca814f3d4f932c Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期一, 26 五月 2025 08:59:17 +0800 Subject: [PATCH] 更新 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" index f84c7dc..8bb450b 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs" @@ -183,9 +183,9 @@ /// <param name="StationCode">绔欏彴鍦板潃</param> /// <returns></returns> [HttpPost, HttpGet, Route("OutProductTask"), AllowAnonymous] - public async Task<WebResponseContent> OutProductTask([FromBody] int[] keys, string StationCode) + public async Task<WebResponseContent> OutProductTask([FromBody] int[] keys, string StationCode, int Grade) { - return await Service.OutProductTask(keys, StationCode); + return await Service.OutProductTask(keys, StationCode, Grade); } /// <summary> /// 鎴愬搧浣欐枡閫�搴撳叆浠� @@ -213,9 +213,9 @@ /// 鐢熸垚鎴愬搧鎻愬簱浠诲姟 /// </summary> [HttpPost, HttpGet, Route("OutProRworkTask"), AllowAnonymous] - public async Task<WebResponseContent> OutProRworkTask([FromBody] int[] keys, string StationCode) + public async Task<WebResponseContent> OutProRworkTask([FromBody] int[] keys, string StationCode, int Grade) { - return await Service.OutProductTask(keys, StationCode); + return await Service.OutProductTask(keys, StationCode, Grade); } ///// <summary> ///// 鐢熸垚MESPP浠撳ぇ鍗峰嚭搴撲换鍔� -- Gitblit v1.9.3