Compare commits
No commits in common. "02ec5479edb19fef2b42009e16247f3b33388de7" and "abb0ed29dafeb4853d7888feffce9d25f5dbd0ce" have entirely different histories.
02ec5479ed
...
abb0ed29da
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue