29/06/2023 09:17:02.7898 528 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-29 09:17:02',3,42101,0,100,1,100,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+100,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 100 and curType = 'N'; 29/06/2023 13:41:44.9534 615 ms. EXEC: update paycash set casCreation = '2023-06-29 13:41:44',casModify = '2023-06-29 13:41:44',casUseId=0,casStatus='V' where casId = 89682 29/06/2023 14:32:23.4073 507 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2023-06-29 14:32:22' where traUID = 5663402149477930 and traStatus='V' and traEnabled=1 29/06/2023 15:06:38.5297 825 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-29 15:06:37',3,41101,0,10,1,10,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+10,5) where curTerId = 3 and curDevCode = 41101 and curChannelId = 1 and curValue = 10 and curType = 'C'; Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-06-29 15:06:37',3,41101,0,20,2,40,1,'I','C'); update payCurInventory set curQuantity=round(curQuantity+2,5),curAmount=round(curAmount+40,5) where curTerId = 3 and curDevCode = 41101 and curChannelId = 1 and curValue = 20 and curType = 'C'; 29/06/2023 15:14:42.7959 518 ms. EXEC: INSERT INTO movOperator (opeCreation,opeUseId,opeTerId,opeDateTime,opeCode,opeDescription) VALUES ('2023-06-29 15:14:42',0,2,'2023-06-29 15:14:42','','Manual Open Barrier Exit 1') 29/06/2023 19:33:11.0215 582 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2023-06-29 19:33:10' where traUID = 4829082411992930 and traStatus='V' and traEnabled=1