31/12/2022 09:26:23.7414 656 ms. EXEC: insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-12-31 09:26:19',5,3,42101,0,50,30,1500,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+30,5),curAmount=round(curAmount+1500,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-12-31 09:26:19',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-12-31 09:26:19',5,3,42101,0,100,4,400,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+4,5),curAmount=round(curAmount+400,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; 31/12/2022 11:52:10.1815 549 ms. EXEC: update movTransit set traEnabled=0, traDisableTime = '2022-12-31 11:52:09' where traUID = 4783127962804610 and traStatus='V' and traEnabled=1 31/12/2022 18:35:17.9010 546 ms. EXEC: update tabArea set areFreePark = areFreePark + 1 where areId = 1 31/12/2022 21:59:07.9481 615 ms. EXEC: update payInventory set invCreation = '2022-12-31 21:59:07',invModify = '2022-12-31 21:59:07',invUseId=0,invStatus='V' where invId = 42166