This commit is contained in:
jackchenyang
2024-05-25 16:22:34 +08:00
parent 31850a4c5d
commit 9831d335da
10 changed files with 152 additions and 658 deletions
@@ -21,7 +21,7 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
}
void BindGrid()
{
var list=Funs.DB.PTP_TestPackage_ImportErrorLog.Where(t=>t.BatchNo == batchNo).OrderBy(t=>t.RowId).ToList();
var list=Funs.DB.PTP_TestPackage_ImportErrorLog.Where(t=>t.BatchNo == batchNo).OrderBy(t=>t.TestPackageNo).ToList();
this.Grid1.DataSource = list;
this.Grid1.DataBind();
}