|
|
|
@ -343,7 +343,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public TurnoverInfo GetTestUnloadTask(int fromIndex)
|
|
|
|
|
{
|
|
|
|
|
return testUnloadTaskList.Where(t => t.FromIndex == fromIndex).First();
|
|
|
|
|
return testUnloadTaskList.Where(t => t.FromIndex == fromIndex-1).First();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|