提交代码

This commit is contained in:
高飞 2024-12-24 19:46:54 +08:00
parent fabf86ce86
commit 1e183dc48f
1 changed files with 1 additions and 0 deletions

View File

@ -608,6 +608,7 @@ namespace FineUIPro.Web.SysManage
else else
{ {
Model.Sys_Set newsysSet6_Api = new Model.Sys_Set(); Model.Sys_Set newsysSet6_Api = new Model.Sys_Set();
newsysSet6_Api.SetId = 3;
if (!string.IsNullOrEmpty(this.txtSGGLApiUrl.Text.Trim())) if (!string.IsNullOrEmpty(this.txtSGGLApiUrl.Text.Trim()))
{ {
newsysSet6_Api.SetValue = this.txtSGGLApiUrl.Text.Trim(); newsysSet6_Api.SetValue = this.txtSGGLApiUrl.Text.Trim();