修改施工日志

This commit is contained in:
2023-10-23 17:27:46 +08:00
parent 39a74d8b28
commit 9151662ffd
4 changed files with 23 additions and 1 deletions
@@ -184,7 +184,7 @@ namespace FineUIPro.Web.PZHGL.InformationProject
rootNode.Expanded = true;
this.tvControlItem.Nodes.Add(rootNode);
var logs = from x in Funs.DB.ZHGL_ProjectConstructionLog
where x.ProjectId == this.CurrUser.LoginProjectId && x.CompileMan == this.CurrUser.PersonId && x.CompileDate >= startTime && x.CompileDate < endTime
where x.ProjectId == this.CurrUser.LoginProjectId && x.CompileDate >= startTime && x.CompileDate < endTime
select x;
foreach (var item in logs)
{