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)//开始取货 {