11/10/2022 08:46:26.1590 568 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2022-10-11 08:46:25' where payTraUID = 5422814971423790 and payStatus='V' and payEnabled=1 11/10/2022 11:23:50.4108 622 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-10-11 11:23:49' where traUID = 4731060313323670 and traStatus='V' and traEnabled=1 11/10/2022 19:55:59.9396 552 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-10-11 19:55:58',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';