Compare commits
2 Commits
abb0ed29da
...
02ec5479ed
Author | SHA1 | Date |
---|---|---|
|
02ec5479ed | |
|
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