diff --git a/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs b/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs index ba6c2862..3c953f80 100644 --- a/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs +++ b/SGGL/FineUIPro.Web/SysManage/SysConstSet.aspx.cs @@ -608,6 +608,7 @@ namespace FineUIPro.Web.SysManage else { Model.Sys_Set newsysSet6_Api = new Model.Sys_Set(); + newsysSet6_Api.SetId = 3; if (!string.IsNullOrEmpty(this.txtSGGLApiUrl.Text.Trim())) { newsysSet6_Api.SetValue = this.txtSGGLApiUrl.Text.Trim();