refactor: 更新在线更改演示模式接口

This commit is contained in:
Argo Zhang 2020-01-11 21:11:06 +08:00
parent de4d10fafd
commit e800e1889c
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Bootstrap.Client.Controllers.Api
{
using (var db = Longbow.Data.DbManager.Create("ba"))
{
db.Execute("Update Dicts Set Code = @0 Where Category = @1 and Name = @2", model, "系统设置", "演示系统");
db.Execute("Update Dicts Set Code = @0 Where Category = @1 and Name = @2", model, "网站设置", "演示系统");
}
ret = true;
}