feat(templateMatcher): Рефакторинг, основной метод синхронизации GroupedTemplateSynchronizer разбит на отдельные классы; Неиспользуемые шаблоны теперь привязываются к ЭК КОСМПЛЕКСЫ-[ЗО].
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
using PARR.Core.Common.Interfaces;
|
||||
using PARR.Core.Common.Interfaces.RabbitServices;
|
||||
using PARR.Domain.Common.Rabbit.Messages;
|
||||
using PARR.Domain.Common.Rabbit.Messages.TemplateMatching;
|
||||
using PARR.TemplateUpdater.Services;
|
||||
using PARR.TemplateUpdater.Settings;
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace PARR.TemplateUpdater
|
||||
{
|
||||
logger.LogInformation("Получили запрос: {msg}", msg);
|
||||
|
||||
var query = transformService.GetModelFromJson<TemplateUpdaterMq>(msg);
|
||||
var query = transformService.GetModelFromJson<TemplateUpdaterMessage>(msg);
|
||||
if (query == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user