提交代码
This commit is contained in:
parent
47ec23c977
commit
43b6a13073
|
@ -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