From e390cf81d194e6b5b937ed995b4ec265b160b287 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 30 Jul 2025 14:59:34 +0800 Subject: [PATCH] 1 --- .../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);