代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/AGV/AGV_CSJExtend.cs
@@ -204,14 +204,6 @@ { return TaskType == TaskTypeEnum.ProductionReturn.ObjToInt() ? "23" : "24"; } case "AGV_ZH": { if (TaskType == TaskTypeEnum.InboundXB.ObjToInt()) return "20"; else if (TaskType == TaskTypeEnum.InboundJT.ObjToInt()) return "21"; else return "22"; } default: throw new Exception($"璁惧缂栧彿閿欒"); }