2023-08-10

This commit is contained in:
2023-08-10 16:56:20 +08:00
parent 02fcf5be10
commit 3809b80091
3 changed files with 10 additions and 6 deletions
@@ -1017,6 +1017,7 @@ namespace FineUIPro.Web.SysManage
sysSey1.ConstValue = this.txtAppid.Text.Trim();
}
sysSey1.ConstText = "OnlineEditAppid";
sysSey1.ID = SQLHelper.GetNewID();
Funs.DB.Sys_Const.InsertOnSubmit(sysSey1);
Funs.DB.SubmitChanges();
}
@@ -1037,6 +1038,7 @@ namespace FineUIPro.Web.SysManage
sysSey2.ConstValue = this.txtAppkey.Text.Trim();
}
sysSey2.ConstText = "OnlineEditAppkey";
sysSey2.ID = SQLHelper.GetNewID();
Funs.DB.Sys_Const.InsertOnSubmit(sysSey2);
Funs.DB.SubmitChanges();
}
@@ -1057,6 +1059,7 @@ namespace FineUIPro.Web.SysManage
sysSet3.ConstValue = this.txtCallBackapiurl.Text.Trim();
}
sysSet3.ConstText = "OnlineEditCallBackurl";
sysSet3.ID = SQLHelper.GetNewID();
Funs.DB.Sys_Const.InsertOnSubmit(sysSet3);
Funs.DB.SubmitChanges();
}