Compare commits
No commits in common. "47edcbd761679342d0ffa14cdad22b3e1b2ef3e5" and "529c6462775e1bbe433f44fa0b378401a8e808d5" have entirely different histories.
47edcbd761
...
529c646277
|
@ -131,7 +131,6 @@ 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,7 +176,6 @@ namespace IRaCIS.Core.Application.Services
|
|||
IsDeleted = false,
|
||||
});
|
||||
|
||||
Console.WriteLine("开始 发布系统文档");
|
||||
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue