This commit is contained in:
高飞 2025-06-19 21:01:09 +08:00
parent e1eb091f3b
commit 6ddb689d5e
1 changed files with 1 additions and 1 deletions

View File

@ -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
{