fix(templateMatcher): Добавлена сортировка связанных ЭК при сравнении группированных шаблонов.
This commit is contained in:
@@ -628,7 +628,7 @@ namespace PARR.DAL.DomainServices.Shortcodes
|
||||
// %ТИКТАК% — не зависит от Job или Unit
|
||||
if (result.Contains("%ТИКТАК%", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
result = ReplaceSingleShortcode(result, "%ТИКТАК%", DateTimeOffset.UtcNow.ToUnixTimeSeconds().ToString());
|
||||
result = ReplaceSingleShortcode(result, "%ТИКТАК%", DateTimeOffset.UtcNow.ToUnixTimeMilliseconds().ToString());
|
||||
}
|
||||
|
||||
if (job != null)
|
||||
|
||||
Reference in New Issue
Block a user