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