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; }