修改施工日志
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user