23/03/2024 13:33:52.9318 562 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2024-03-23 13:33:52',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'; 23/03/2024 20:48:10.5042 562 ms. EXEC: update payInventory set invCreation = '2024-03-23 20:48:09',invModify = '2024-03-23 20:48:09',invUseId=0,invStatus='V' where invId = 173467