提交代码

This commit is contained in:
高飞 2024-12-25 10:40:30 +08:00
parent 47ec23c977
commit 43b6a13073
1 changed files with 1 additions and 1 deletions

View File

@ -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);