From 1e183dc48f67d48ffc90eed0e3b5485c1fc5c086 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 24 Dec 2024 19:46:54 +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/SysManage/SysConstSet.aspx.cs | 1 + 1 file changed, 1 insertion(+) 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();