From 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 19 八月 2025 16:37:24 +0800 Subject: [PATCH] 更新 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/UntieStation.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/UntieStation.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/UntieStation.cs" index a98819f..ea841c7 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/UntieStation.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StoragIntegrationServices/AGV/Partial/UntieStation.cs" @@ -49,7 +49,7 @@ var respon = HttpHelper.Post(wmsIpAddrss, JsonConvert.SerializeObject(TargetAddress)); //http://localhost:9291/api/Task/ReceiveTask, - if (respon == null) return content.OK("鐢熸垚浠诲姟鎴愬姛"); + if (respon == null) return content.Error("澶辫触锛佽皟鍙杦cs澶辫触"); WebResponseContent respone = JsonConvert.DeserializeObject<WebResponseContent>(respon.ToString()); if (!respone.Status) @@ -59,6 +59,8 @@ RequestTaskDto input=new RequestTaskDto(); input.Position = TargetAddress; + input.RequestType = "888"; + input.PalletCode = CZTM; WebResponseContent agvtocon=genAgvSchedulingTask(input); if(agvtocon.Status) { -- Gitblit v1.9.3