26/09/2022 11:17:05.9467 516 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2022-09-26 11:17:05' where payTraUID = 5668619903014150 and payStatus='V' and payEnabled=1 26/09/2022 16:31:15.5100 549 ms. EXEC: update abbCards set carLastDate = '2022-09-26 16:31:14',carLastDirection='O' where carStatus='V' and carId = 18 26/09/2022 18:17:06.5932 657 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-09-26 18:17:05',3,42101,0,50,1,50,2,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 2 and curValue = 50 and curType = 'N';