mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-10 03:30:51 +08:00
fix: 修复输出为空问题
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Yi.Abp.Web
|
||||
{
|
||||
Configure<AbpBackgroundWorkerOptions> (options =>
|
||||
{
|
||||
options.IsEnabled = true;
|
||||
options.IsEnabled = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user