Test_IRC_Net8
parent
afd34c7c9b
commit
a499971e91
|
@ -131,6 +131,7 @@ namespace IRaCIS.Core.Application.MassTransit.Recurring
|
|||
public async Task Consume(ConsumeContext<SystemDocumentPublishEvent> context)
|
||||
{
|
||||
|
||||
Console.WriteLine("开始 发布系统文档SystemDocumentPublishEvent");
|
||||
var isEn_US = CultureInfo.CurrentCulture.Name == StaticData.CultureInfo.en_US;
|
||||
var systemDocQuery =
|
||||
from sysDoc in _systemDocumentRepository.AsQueryable(false).Where(x => context.Message.Ids.Contains(x.Id))
|
||||
|
|
|
@ -176,6 +176,7 @@ namespace IRaCIS.Core.Application.Services
|
|||
IsDeleted = false,
|
||||
});
|
||||
|
||||
Console.WriteLine("开始 发布系统文档");
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue