Compare commits

..

No commits in common. "47edcbd761679342d0ffa14cdad22b3e1b2ef3e5" and "529c6462775e1bbe433f44fa0b378401a8e808d5" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -131,7 +131,6 @@ namespace IRaCIS.Core.Application.MassTransit.Recurring
public async Task Consume(ConsumeContext<SystemDocumentPublishEvent> context) public async Task Consume(ConsumeContext<SystemDocumentPublishEvent> context)
{ {
Console.WriteLine("开始 发布系统文档SystemDocumentPublishEvent");
var isEn_US = CultureInfo.CurrentCulture.Name == StaticData.CultureInfo.en_US; var isEn_US = CultureInfo.CurrentCulture.Name == StaticData.CultureInfo.en_US;
var systemDocQuery = var systemDocQuery =
from sysDoc in _systemDocumentRepository.AsQueryable(false).Where(x => context.Message.Ids.Contains(x.Id)) from sysDoc in _systemDocumentRepository.AsQueryable(false).Where(x => context.Message.Ids.Contains(x.Id))

View File

@ -176,7 +176,6 @@ namespace IRaCIS.Core.Application.Services
IsDeleted = false, IsDeleted = false,
}); });
Console.WriteLine("开始 发布系统文档");
Task.Run(async () => Task.Run(async () =>
{ {