1
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user