This commit is contained in:
parent
e1eb091f3b
commit
6ddb689d5e
|
|
@ -4016,7 +4016,7 @@ namespace BLL
|
|||
from y in yGroup.DefaultIfEmpty()
|
||||
join z in Funs.DB.Base_RiskLevel on y.HazardLevel equals z.RiskLevelId into zGroup
|
||||
from z in zGroup.DefaultIfEmpty()
|
||||
where BeUnderConstructionList.Contains(x.ProjectId) && y.IsStart == true
|
||||
where BeUnderConstructionList.Contains(x.ProjectId)
|
||||
group new { y, z } by new { x.ProjectId, x.ProjectName, x.ProjectCode } into gg
|
||||
select new SecurityRiskOutput
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue