diff --git a/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs b/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs index 3c953f80..8e73c688 100644 --- a/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs +++ b/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs @@ -590,7 +590,7 @@ namespace FineUIPro.Web.SysManage Model.Sys_Set newSysSet9 = new Model.Sys_Set(); if (!string.IsNullOrEmpty(this.txtSerVerUrl.Text.Trim())) { - newSysSet9.SetValue = this.txtSerVerUrl.Text.Trim(); + newSysSet9.SetValue = this.txtSerVerUrl.Text.Trim(); } newSysSet9.SetName = "集团接口地址"; Funs.DB.Sys_Set.InsertOnSubmit(newSysSet9);