Fix RabbitMQ запись в БД. Репо перенастроен на harbor

This commit is contained in:
Mikhail Trubnikov
2023-09-04 12:17:50 +10:00
parent af21530d01
commit bd73c77027
14 changed files with 127 additions and 107 deletions

View File

@@ -24,6 +24,8 @@ namespace PARR.EsppTemplateSync.Services
public async Task<Template> ParseStringAsync(string str)
{
//TODO: а если формат нет тот? Все будет ок?
//TODO:
var splittedContent = str.Split(";");
var ek = splittedContent[0].Trim().Substring(1, splittedContent[0].Length - 2);
@@ -45,7 +47,9 @@ namespace PARR.EsppTemplateSync.Services
WorkGroup = workGroup,
ShortDescription = shortDescription,
Category = category,
EKDateCreated = ConvertDateFromStr(ekDateCreatedStr+ " +03:00"),
//todo: EKDateCreated
//EKDateCreated = ConvertDateFromStr(ekDateCreatedStr+ " +03:00"),
EKDateCreated = null,
Process = process,
SubProcess = subProcess,
Status = "Checking"