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