AGV小车功能
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ZR.Service.Business
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
public List<AgvTask> QueryAGVTask(string workorder_id)
|
||||
{
|
||||
return Context.Queryable<AgvTask>().Where(it => it.FkWorkorderId == workorder_id).OrderByDescending(it=>it.Sort).ToList();
|
||||
return Context.Queryable<AgvTask>().Where(it => it.FkWorkorderId == workorder_id).OrderBy(it=>it.Sort).ToList();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user