27/11/2022 11:28:00.2452 548 ms. EXEC: insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-11-27 11:27:52',5,3,42101,0,50,28,1400,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+28,5),curAmount=round(curAmount+1400,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 50 and curType = 'N'; insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-11-27 11:27:52',5,3,42101,0,200,3,600,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+3,5),curAmount=round(curAmount+600,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 200 and curType = 'N'; insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-11-27 11:27:52',5,3,42101,0,100,6,600,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+6,5),curAmount=round(curAmount+600,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 100 and curType = 'N'; update payCurInventory set curQuantity=0,curAmount=0 where curQuantity<0; 27/11/2022 13:02:49.0846 550 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-11-27 13:02:48' where traUID = 4968205289276270 and traStatus='V' and traEnabled=1 27/11/2022 19:21:36.2158 558 ms. EXEC: insert into movtransit (traUseId,traCreation,traStatus,traUID,traYear,traDateTime,traCode,traType,traClass,traIdTerminal,traDirection,traPlate,traEnabled,traDisableTime,traAreId,traNotes,traBadge,traTarId) VALUES (0,'2022-11-27 19:21:35','V',5287215040327270,2022,'2022-11-27 19:21:35','448906969500327005012999',1,2,16,'I','',1,0,1,'','',4) 27/11/2022 20:26:46.4712 501 ms. EXEC: insert into movtransit (traUseId,traCreation,traStatus,traUID,traYear,traDateTime,traCode,traType,traClass,traIdTerminal,traDirection,traPlate,traEnabled,traDisableTime,traAreId,traNotes,traBadge,traTarId) VALUES (0,'2022-11-27 20:26:45','V',5246358186683650,2022,'2022-11-27 20:26:45','448907231400327005012999',2,2,2,'O','',0,'2022-11-27 20:26:45',1,'','',0)