杨前锦
2025-07-07 c8f338feee0b6003d8f069b1d37fd9b90dd1b7f4
HH.WCS.Mobox3/HH.WCS.Mobox3.HD/api/ApiHelper.cs
@@ -285,7 +285,7 @@
                    {
                        LogHelper.Info("接驳位:" + JsonConvert.SerializeObject(item), "Mobox");
                        var conLoc = LocationHelper.GetLoc(item);
                        endLoc = WMSHelper.GetEndLocation(areaCode, model.trayItemInfoList[0].itemCode, conLoc.N_ROADWAY, conLoc.N_ROW);
                        endLoc = WMSHelper.GetEndLocation(areaCode, model.trayItemInfoList[0].itemCode, conLoc.N_ROADWAY, conLoc.N_ROW,4);
                        if (endLoc != null)
                        {
                            firstTaskEnd = conLoc;
@@ -666,7 +666,7 @@
            else
            {
                responseResult.success = false;
                responseResult.message = "未获取到终点库位";
                responseResult.message = "未获取到终点库位,剩余货位不足";
            }
            return responseResult;
        }