From 357ae04feecce9fab4c2f8209db3a16fcb4564be Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 30 Jul 2025 14:59:34 +0800 Subject: [PATCH] =?UTF-8?q?1=E6=97=A5=E5=B8=B8=E5=B7=A1=E6=A3=80=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=8C=85=E6=8B=AC=E6=9C=AC=E5=8D=95=E4=BD=8D=E5=92=8C?= =?UTF-8?q?=E5=88=86=E5=85=AC=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HSSE/HiddenInspection/HiddenRectificationList.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs b/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs index 78e8590..46e6360 100644 --- a/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/HSSE/HiddenInspection/HiddenRectificationList.aspx.cs @@ -219,7 +219,7 @@ namespace FineUIPro.Web.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 (IsBranch = 1 or IsThisUnit = 1) and ProjectState='1' and (isDelete=0 or isDelete is null )"; SqlParameter[] parameter = listStr.ToArray(); DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);