feat(templateMatcher): Приоритет автоконтроля JobGroup>Job при создании/переиспользовании шаблона
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using PARR.Core.Common.Interfaces;
|
||||
using PARR.Core.Repositories.Interfaces.JobGroupRepositories;
|
||||
using PARR.Domain.Cache;
|
||||
using PARR.Domain.Entities.Base.History;
|
||||
using PARR.Domain.Enums;
|
||||
using PARR.EsppApi;
|
||||
using PARR.EsppApi.Constants;
|
||||
using PARR.EsppApi.Models.Query;
|
||||
using PARR.TemplateMatcher;
|
||||
using PARR.TemplateMatcher.Services.Implementations;
|
||||
using PARR.TemplateMatcher.Services.Interfaces;
|
||||
using PARR.Test.NextRun;
|
||||
@@ -44,8 +42,7 @@ namespace PARR.Test
|
||||
//var bbb = aaa.ToOffset(new TimeSpan(3, 0, 0));
|
||||
|
||||
|
||||
//await TemplateMatcherTest();
|
||||
await SimpleSyncTest();
|
||||
await TemplateMatcherTest();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user