20/05/2023 10:47:33.4066 555 ms. EXEC: update tabArea set areFreePark = areFreePark + 1 where areId = 1 20/05/2023 11:16:04.9853 508 ms. EXEC: update payInventory set invCreation = '2023-05-20 11:16:04',invModify = '2023-05-20 11:16:04',invUseId=0,invStatus='V' where invId = 87464 20/05/2023 11:19:51.2831 586 ms. EXEC: update payInventory set invCreation = '2023-05-20 11:19:50',invModify = '2023-05-20 11:19:50',invUseId=0,invStatus='V' where invId = 87469 20/05/2023 13:58:40.8094 932 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-05-20 13:58:39',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';