From 1cce9ee9e2a76d267385f0c831ce6e78ed191381 Mon Sep 17 00:00:00 2001 From: geh <1923421292@qq.com> Date: Mon, 25 Aug 2025 18:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx | 1 + .../HSSE/HiddenInspection/UnitHiddenRectificationList.aspx.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx b/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx index 1bcf78f..a9571e8 100644 --- a/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx +++ b/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx @@ -106,6 +106,7 @@ + diff --git a/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx.cs b/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx.cs index b3d7fef..2d08628 100644 --- a/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx.cs @@ -201,7 +201,7 @@ namespace FineUIPro.Web.Customization.ZJ.HSSE.HiddenInspection listStr.Add(new SqlParameter("@PUnintId", this.UnintId)); } } - strSql += " AND IsBranch = 1 and ProjectState='1' and (isDelete=0 or isDelete is null )"; + strSql += " AND ProjectState='1' and (isDelete=0 or isDelete is null )"; SqlParameter[] parameter = listStr.ToArray(); DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);