From 6e2d05cc5b552d4008b417b659dbe69bada5a84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E9=93=AD=20=E5=90=95?= <896951544@qq.com> Date: Mon, 12 May 2025 15:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=AE=BE=E5=A4=87=E7=A6=BB=E5=BC=80?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AE=BE=E7=BD=AE=E4=B8=BA9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapi/WindowsFormsApp1/APIChannel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/WindowsFormsApp1/APIChannel.cs b/webapi/WindowsFormsApp1/APIChannel.cs index b10a04c..9dbb700 100644 --- a/webapi/WindowsFormsApp1/APIChannel.cs +++ b/webapi/WindowsFormsApp1/APIChannel.cs @@ -452,7 +452,7 @@ namespace WindowsFormsApp1 int status = 0;//1AGV运动中,2AGV已离开,或者动作完成 if (wms_wcs.agvTaskStatus == 56) { - status = 5; + status = 9; } else if (wms_wcs.agvTaskStatus == 20)//开始取货 {