2025-5-14 附件重复上传提醒
This commit is contained in:
@@ -1004,7 +1004,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
else
|
||||
{
|
||||
sesList = Funs.DB.FC_SESReportView.Where(p => p.FO_NO == FoNo && p.Requisitioner == CurrUser.Account && (p.Blocked == null || p.Blocked == "") && (p.Deleted == null || p.Deleted == "")).ToList();
|
||||
}
|
||||
}
|
||||
Grid2.DataSource = sesList.OrderByDescending(x=>x.ShowViolationDegree);
|
||||
Grid2.DataBind();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user