This commit is contained in:
jackchenyang
2024-05-31 20:08:20 +08:00
parent 91d4a9f1e5
commit aefddc88f3
5 changed files with 9 additions and 8 deletions
@@ -87,7 +87,7 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
{
query = query.Where(t => !listData.Contains(t.WeldJointCode));
}
return query.ToList();
return query.OrderBy(t=>t.WeldJointCode).ToList();
}