班前会

This commit is contained in:
2026-02-28 16:09:10 +08:00
parent 470aac50f3
commit bcb1adf1c0
14 changed files with 293 additions and 177 deletions
@@ -83,7 +83,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
private void BindGrid()
{
//string strSql = "SELECT * FROM View_Hazard_HazardRegister WHERE ProblemTypes='1' ";
string strSql = "SELECT * FROM View_Hazard_HazardRegister ";
string strSql = "SELECT * FROM View_Hazard_HazardRegister WHERE 1 = 1 ";
List<SqlParameter> listStr = new List<SqlParameter>();
if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
{