10/04/2023 11:20:09.8219 542 ms. EXEC: update paycash set casCreation = '2023-04-10 11:20:09',casModify = '2023-04-10 11:20:09',casUseId=0,casStatus='V' where casId = 67992 10/04/2023 15:04:39.6522 507 ms. OPEN: select traId,traDateTime,traEnabled,traDisableTime,traCode,traBadge,traCarId,traAreId,traIdTerminal from movtransit where traStatus='V' and traDirection = 'O' and traCarId = 44 order by traDateTime desc,traId desc 10/04/2023 16:25:26.5443 501 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2023-04-10 16:25:25' where traUID = 4670340079116150 and traStatus='V' and traEnabled=1 10/04/2023 18:59:21.1770 631 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-04-10 18:59:20',3,42101,0,50,-1,-50,1,'O','N'); update payCurInventory set curQuantity=round(curQuantity-1,5),curAmount=round(curAmount-50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 50 and curType = 'N'; insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-04-10 18:59:20',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';