This commit is contained in:
2024-05-06 17:24:32 +08:00
parent b1c21ffc8a
commit 0ede39d15e
5 changed files with 33 additions and 6 deletions
@@ -35,6 +35,7 @@ namespace FineUIPro.Web.ZHGL.ManagementReport
var project = (from x in Funs.DB.HSSE_MonthReport
join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId
where y.ProjectState !="3"
select new { x.ProjectId, y.ProjectName }).Distinct();
if (project.Count() > 0)
{