resto.RestoException: Cannot find transaction 281a0875-0cbc-461b-ac20-ba6b2325fb01, коли процесування елемента ClosedSessionDocument[abef15b9-6f53-a5bc-016d-e75e6 266 PROCESSED, incoming 2019-10-18 23:33:18 , created 2019-10-23 10:52:23, ): ClosedSessionDocumentItem[ef085c2d-cf5f-488d-91a7-0a053270e176]@1366707566
select * from ClosedSessionDocumentItem
where transactionId not in (select id from AccountingTransaction) update AccountingTransaction
set revision=(select revision from DBVersion)+10
where id in (select transactionId from ClosedSessionDocumentItem
where document_id in (select id from ClosedSessionDocument
where dateIncoming>'20191018')) Cannot find transaction 281a0875-0cbc-461b-ac20-ba6b2325fb01
transaction select * from AccountingTransaction
where id='281a0875-0cbc-461b-ac20-ba6b2325fb01' update AccountingTransaction
set revision=(select revision from dbversion)
where id='281a0875-0cbc-461b-ac20-ba6b2325fb01'