From d6f47fb4a74390b65d84b5939d3b39934701f4f8 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 25 Sep 2024 09:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/HSSE/Hazard/LocationSelect.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/HSSE/Hazard/LocationSelect.aspx.cs b/SGGL/FineUIPro.Web/HSSE/Hazard/LocationSelect.aspx.cs index bdf67f31..2db3d39f 100644 --- a/SGGL/FineUIPro.Web/HSSE/Hazard/LocationSelect.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/Hazard/LocationSelect.aspx.cs @@ -25,7 +25,7 @@ namespace FineUIPro.Web.HSSE.Hazard { ProjectCode = BLL.ProjectService.GetProjectCodeByProjectId(this.CurrUser.LoginProjectId); ConstructionRiskId = Request.Params["ConstructionRiskId"] ; - if (!string.IsNullOrEmpty(Request.Params["type"])) + if (!string.IsNullOrEmpty(Request.Params["type"])) { this.btnSave.Hidden = true; }