07/05/2024 09:08:32.1366 578 ms. OPEN: select count(payId) as Tot,0 as payUID,sum(payPayed) as payPayed,sum(payChange) as payChange,payAmount,traUIDGroup,traType,traClass,traIdTerminal,traDiscountValue,traDiscountType,traCarId,payIdEvent,payType,payCardType from payPayment LEFT join movtransit on trauid = payTraUID LEFT JOIN payReport ON repPayUID = payUID AND repStatus='V' where payStatus = 'V' and (payType='C' or payType='P') and payUseId = 6 and payIdEvent<90 and repPayUID IS NULL and (traCarId is null or traCarId=0 or traCarId in (select carId from abbCards inner join abbsubscriptions on subId= carSubId where carStatus='V' and subStatus='V' and subAbbType<>5)) group by traUIDGroup,payAmount,payIdEvent,payType,payCardType,traType,traIdTerminal,traDiscountValue,traDiscountType,traCarId order by traUIDGroup,payAmount, traType, traDiscountValue, traDiscountType 07/05/2024 11:26:24.2536 593 ms. EXEC: update abbCards set carLastDate = '2024-05-07 11:26:23',carLastDirection='O' where carStatus='V' and carId = 21 07/05/2024 11:30:04.2739 703 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2024-05-07 11:30:03',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'; 07/05/2024 11:30:04.8364 546 ms. EXEC: update payInventory set invCreation = '2024-05-07 11:30:04',invModify = '2024-05-07 11:30:04',invUseId=0,invStatus='V' where invId = 182804 07/05/2024 13:32:51.9384 531 ms. EXEC: update payInventory set invCreation = '2024-05-07 13:32:51',invModify = '2024-05-07 13:32:51',invUseId=0,invStatus='V' where invId = 182846 07/05/2024 18:49:02.6108 562 ms. EXEC: insert into movtransit (traUseId,traCreation,traStatus,traUID,traYear,traDateTime,traCode,traType,traClass,traIdTerminal,traDirection,traPlate,traEnabled,traDisableTime,traAreId,traNotes,traBadge,traCarId,traTarId) VALUES (0,'2024-05-07 18:49:02','V',5525134542486470,2024,'2024-05-07 18:49:00','454176774000327005012999',1,2,16,'I','',1,0,1,'','0230003951141',116,0) 07/05/2024 19:09:17.5134 546 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2024-05-07 19:09:16',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 ('2024-05-07 19:09:16',3,42101,0,100,-1,-100,1,'O','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'; 07/05/2024 21:03:43.1591 515 ms. EXEC: update tabArea set areFreePark = areFreePark + 1 where areId = 1