agv
This commit is contained in:
@@ -253,7 +253,7 @@ namespace ZR.Service.mes.mm
|
||||
// MmAgvLocation start_object = Context.Queryable<MmAgvLocation>().Where(it => it.Coordinate == start_point).First();
|
||||
// MmAgvLocation end_object = Context.Queryable<MmAgvLocation>().Where(it => it.Coordinate == end_point).First();
|
||||
//判断是否跨楼层
|
||||
if(end_point=="R1")
|
||||
if(end_point=="R1"|| start_point == "R1")
|
||||
{
|
||||
task.taskTyp = "KLC";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user