20240822 获取单位工程
This commit is contained in:
@@ -198,7 +198,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
where x.ProjectId == this.ProjectId
|
||||
select x;
|
||||
var workAreas = from x in Funs.DB.WBS_UnitWork
|
||||
where x.ProjectId == this.ProjectId
|
||||
where x.ProjectId == this.ProjectId && (x.SuperUnitWork == null || x.SuperUnitWork == "0")
|
||||
select x;
|
||||
var posts = from x in Funs.DB.Base_WorkPost
|
||||
select x;
|
||||
@@ -727,7 +727,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
where x.ProjectId == this.ProjectId
|
||||
select x;
|
||||
var workAreas = from x in Funs.DB.WBS_UnitWork
|
||||
where x.ProjectId == this.ProjectId
|
||||
where x.ProjectId == this.ProjectId && (x.SuperUnitWork == null || x.SuperUnitWork == "0")
|
||||
select x;
|
||||
var posts = from x in Funs.DB.Base_WorkPost
|
||||
select x;
|
||||
|
||||
Reference in New Issue
Block a user