提交代码

This commit is contained in:
2024-08-15 14:56:34 +08:00
parent e5a00b83ad
commit d7dbdce04e
1747 changed files with 3087 additions and 255 deletions
@@ -222,7 +222,7 @@ namespace FineUIPro.Web.HSSE.Hazard
var DateWeek = (from x in Funs.DB.HSSE_ConstructionRisk
where x.ProjectId == this.CurrUser.LoginProjectId
&& x.UnitId == node.NodeID
select x.DateWeek).OrderByDescending(x=>x).ToList();
select x.DateWeek).Distinct().ToList().OrderByDescending(x => x);
foreach (var d in DateWeek)
{
TreeNode newNode = new TreeNode();