2025-5-14 附件重复上传提醒

This commit is contained in:
2025-05-14 23:08:03 +08:00
parent 1cda2d1914
commit 647d00f201
5 changed files with 43 additions and 21 deletions
@@ -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();
}