From 99fffd85ebc8f8921fe47cad632e6500612e6592 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 10 九月 2025 08:51:36 +0800 Subject: [PATCH] 修改申请叠托机空托入库接口任务优先级 --- Admin.NET/WCS.Application/Util/HttpService.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/Util/HttpService.cs b/Admin.NET/WCS.Application/Util/HttpService.cs index 294b834..83bac49 100644 --- a/Admin.NET/WCS.Application/Util/HttpService.cs +++ b/Admin.NET/WCS.Application/Util/HttpService.cs @@ -66,7 +66,7 @@ Qty = result.TaskList.Qty, PalletNo = model.PalletNo, TaskNo = result.TaskList.TaskNo, - Levels = 999, + Levels = 888, StartLocate = model.Locate, StartRoadway = result.TaskList.StartRoadway, @@ -417,7 +417,7 @@ var result = await url.SetHeaders(dic).SetBody(mod, "application/json", Encoding.UTF8).PostAsAsync<ResponseAgvDto>(); Log.Information("璋冪敤AGV灏忚溅鎺ュ彛缁х画鎵ц浠诲姟" + result.ToJson()); - return null; + return result; } /// <summary> -- Gitblit v1.8.0