mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-24 10:26:36 +08:00
fix:修复bug
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Yi.BBS.Domain.DataSeed
|
||||
|
||||
public override async Task<bool> IsInvoker()
|
||||
{
|
||||
return !await _repository.IsAnyAsync(x => x.ConfigKey == "ConfigEntity");
|
||||
return !await _repository.IsAnyAsync(x => x.ConfigKey == "bbs.site.name");
|
||||
}
|
||||
public override List<ConfigEntity> GetSeedData()
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@ namespace Yi.BBS.Domain
|
||||
|
||||
public void ConfigureServices(IServiceCollection services, ConfigureServicesContext context)
|
||||
{
|
||||
//services.AddTransient<StudentManager>();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user