1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-02-14 11:56:08 +03:00
parent 2bc6009bbf
commit 2a83ee9461
4 changed files with 6516 additions and 6528 deletions

File diff suppressed because it is too large Load Diff

View File

@ -477,10 +477,6 @@ Function ProcessParameter(CurrentParameter, Embedded = False)
CurrentParameter = String(CurrentParameter);
ElsIf CurrentType = Type("Date") Then
CurrentParameter = XMLString(CurrentParameter);
ElsIf OPI_Tools.CollectionFieldExist(CurrentParameter, "BYTEA") Then
CurrentParameter = ProcessBlobStructure(CurrentParameter);

View File

@ -477,10 +477,6 @@ Function ProcessParameter(CurrentParameter, Embedded = False)
CurrentParameter = String(CurrentParameter);
ElsIf CurrentType = Type("Date") Then
CurrentParameter = XMLString(CurrentParameter);
ElsIf OPI_Tools.CollectionFieldExists(CurrentParameter, "BYTEA") Then
CurrentParameter = ProcessBlobStructure(CurrentParameter);

View File

@ -477,10 +477,6 @@
ТекущийПараметр = Строка(ТекущийПараметр);
ИначеЕсли ТекущийТип = Тип("Дата") Тогда
ТекущийПараметр = XMLСтрока(ТекущийПараметр);
ИначеЕсли OPI_Инструменты.ПолеКоллекцииСуществует(ТекущийПараметр, "BYTEA") Тогда
ТекущийПараметр = ОбработатьСтруктуруBlob(ТекущийПараметр);