Compare commits

...

2 Commits

Author SHA1 Message Date
高飞 02ec5479ed 提交代码 2024-12-25 10:41:55 +08:00
高飞 43b6a13073 提交代码 2024-12-25 10:40:30 +08:00
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);