From 5807e3f26310b4a58b36e422a01ba005f8d617c2 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Tue, 7 May 2024 13:57:18 +0800 Subject: [PATCH] agv --- ZR.Service/mes/mm/MaterialInputService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Service/mes/mm/MaterialInputService.cs b/ZR.Service/mes/mm/MaterialInputService.cs index 0ba9d031..ef1b43b6 100644 --- a/ZR.Service/mes/mm/MaterialInputService.cs +++ b/ZR.Service/mes/mm/MaterialInputService.cs @@ -253,7 +253,7 @@ namespace ZR.Service.mes.mm // MmAgvLocation start_object = Context.Queryable().Where(it => it.Coordinate == start_point).First(); // MmAgvLocation end_object = Context.Queryable().Where(it => it.Coordinate == end_point).First(); //判断是否跨楼层 - if(end_point=="R1") + if(end_point=="R1"|| start_point == "R1") { task.taskTyp = "KLC"; }