Compare commits

..

No commits in common. "02ec5479edb19fef2b42009e16247f3b33388de7" and "abb0ed29dafeb4853d7888feffce9d25f5dbd0ce" have entirely different histories.

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(); Model.Sys_Set newSysSet9 = new Model.Sys_Set();
if (!string.IsNullOrEmpty(this.txtSerVerUrl.Text.Trim())) if (!string.IsNullOrEmpty(this.txtSerVerUrl.Text.Trim()))
{ {
newSysSet9.SetValue = this.txtSerVerUrl.Text.Trim(); newSysSet9.SetValue = this.txtSerVerUrl.Text.Trim();
} }
newSysSet9.SetName = "集团接口地址"; newSysSet9.SetName = "集团接口地址";
Funs.DB.Sys_Set.InsertOnSubmit(newSysSet9); Funs.DB.Sys_Set.InsertOnSubmit(newSysSet9);