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"; }