增加施工工程师
This commit is contained in:
@@ -1543,7 +1543,8 @@ namespace FineUIPro.Web.CQMS.Solution
|
||||
on x.UnitId equals y.UnitId
|
||||
join p in Funs.DB.Project_ProjectUser
|
||||
on x.UserId equals p.UserId
|
||||
where (p.RoleId.Contains(Const.ZBCNEngineer)|| p.RoleId.Contains(Const.HSSEEngineer))
|
||||
where (p.RoleId.Contains(Const.ZBCNEngineer)|| p.RoleId.Contains(Const.HSSEEngineer)
|
||||
|| p.RoleId.Contains(Const.SGEngineer))
|
||||
&& y.UnitType == Const.ProjectUnitType_1 && p.ProjectId == CurrUser.LoginProjectId &&
|
||||
y.ProjectId == CurrUser.LoginProjectId
|
||||
select x);
|
||||
|
||||
Reference in New Issue
Block a user