06/03/2024 07:12:32.8876 642 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,'2024-03-06 07:12:32','V',5550538223038630,2024,'2024-03-06 07:12:31','453552595100327005012999',1,2,16,'I','',1,0,1,'','',4) 06/03/2024 07:12:35.4089 2516 ms. EXEC: INSERT INTO movTransitPlates (trpTraId,trpPlate,trpConfidence,trpImage) VALUES (@trpId,@trpPlate,@trpConfidence,@trpImage) 06/03/2024 08:16:18.2771 662 ms. EXEC: insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2024-03-06 08:16:09',5,3,42101,0,50,26,1300,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+26,5),curAmount=round(curAmount+1300,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 ('2024-03-06 08:16:09',5,3,42101,0,200,2,400,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+2,5),curAmount=round(curAmount+400,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 ('2024-03-06 08:16:09',5,3,42101,0,100,8,800,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+8,5),curAmount=round(curAmount+800,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; 06/03/2024 12:04:41.0630 617 ms. EXEC: update abbCards set carLastDate = '2024-03-06 12:04:40',carLastDirection='O' where carStatus='V' and carId = 141 06/03/2024 12:04:41.7192 554 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2024-03-06 12:04:41' where payTraUID = 5687076075619300 and payStatus='V' and payEnabled=1 06/03/2024 16:11:26.2504 578 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,'2024-03-06 16:11:25','V',5319285702748770,2024,'2024-03-06 16:11:25','453555828500327005012999',1,2,16,'I','',1,0,1,'','',4) 06/03/2024 16:19:42.6689 666 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2024-03-06 16:19:41' where traUID = 5269672445764050 and traStatus='V' and traEnabled=1 06/03/2024 16:19:42.6709 582 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1 06/03/2024 18:54:51.8162 524 ms. EXEC: INSERT INTO movOperator (opeCreation,opeUseId,opeTerId,opeDateTime,opeCode,opeDescription) VALUES ('2024-03-06 18:54:51',0,2,'2024-03-06 18:54:51','','Unauthorized Transit Exit 1') 06/03/2024 20:40:05.1942 526 ms. EXEC: update opeActivities set acvFstPayId = (case acvFstPayId when 0 then 271052 else acvFstPayId end),acvLstPayId = 271052 where acvSftId = 621 and acvCodeId = 3 06/03/2024 21:35:32.8458 508 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2024-03-06 21:35:32',3,42101,0,50,1,50,1,'I','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';