From 6ddb689d5ecf3084039b5b0107c732f6ce26bef7 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Thu, 19 Jun 2025 21:01:09 +0800 Subject: [PATCH] 1 --- SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs b/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs index b46b093a..6496f5d0 100644 --- a/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs +++ b/SGGL/BLL/ZHGL/DataSync/HSSEData_HSSEService.cs @@ -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 {