提交代码
This commit is contained in:
parent
fabf86ce86
commit
1e183dc48f
|
@ -608,6 +608,7 @@ namespace FineUIPro.Web.SysManage
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Model.Sys_Set newsysSet6_Api = new Model.Sys_Set();
|
Model.Sys_Set newsysSet6_Api = new Model.Sys_Set();
|
||||||
|
newsysSet6_Api.SetId = 3;
|
||||||
if (!string.IsNullOrEmpty(this.txtSGGLApiUrl.Text.Trim()))
|
if (!string.IsNullOrEmpty(this.txtSGGLApiUrl.Text.Trim()))
|
||||||
{
|
{
|
||||||
newsysSet6_Api.SetValue = this.txtSGGLApiUrl.Text.Trim();
|
newsysSet6_Api.SetValue = this.txtSGGLApiUrl.Text.Trim();
|
||||||
|
|
Loading…
Reference in New Issue