This commit is contained in:
2025-11-18 12:04:35 +08:00
parent ef0c9b41d7
commit 3a1cef0ae6
2 changed files with 9 additions and 9 deletions
@@ -26,7 +26,7 @@ namespace FineUIPro.Web.DataShow
BLL.ProjectService.InitCNCECShowProjectDropDownList(this.drpProject, true);
LargerHazard = (from x in Funs.DB.Solution_LargerHazard
join y in Funs.DB.Base_Project on x.ProjectId equals y.ProjectId
where y.ProjectState == Const.ProjectState_1
where y.ProjectState == Const.ProjectState_1 && y.IsCNCECShow == true
select x).ToList();
// 绑定表格t
BindGrid();