Fix RabbitMQ запись в БД. Репо перенастроен на harbor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user