19/09/2022 10:54:47.9195 507 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-09-19 10:54:47' where traUID = 4888450987643610 and traStatus='V' and traEnabled=1 19/09/2022 11:14:52.3575 757 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-09-19 11:14:51',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';