更新无损委托单导入错误日志

This commit is contained in:
jackchenyang
2024-05-25 16:19:36 +08:00
parent b1bb7c36e3
commit 31850a4c5d
10 changed files with 658 additions and 152 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.TestPackageNo).ToList();
var list=Funs.DB.PTP_TestPackage_ImportErrorLog.Where(t=>t.BatchNo == batchNo).OrderBy(t=>t.RowId).ToList();
this.Grid1.DataSource = list;
this.Grid1.DataBind();
}