From d41acebbd89f171b0eeb205fca4f68043ca85f95 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期三, 03 十二月 2025 19:47: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