This commit is contained in:
parent
596b52f365
commit
ef0c9b41d7
|
|
@ -269,7 +269,7 @@ namespace FineUIPro.Web.DataShow
|
|||
LEFT JOIN Hazard_HazardList AS B ON A.HazardListId=B.HazardListId
|
||||
where B.ProjectId=p.ProjectId AND B.States = '2'
|
||||
and (a.HazardLevel='4' or a.HazardLevel=(select top 1 RiskLevelId from Base_RiskLevel where RiskLevel='4'))),0) as Count4
|
||||
from Base_Project as P where ProjectState =1 ";
|
||||
from Base_Project as P where ProjectState =1 and IsCNCECShow=1 ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
|
|
|
|||
Loading…
Reference in New Issue