01/05/2023 08:20:55.0892 503 ms. EXEC: insert into payInventory (invCreation,invUseId,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-05-01 08:20:48',5,3,42101,0,50,15,750,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+15,5),curAmount=round(curAmount+750,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 50 and curType = 'N'; update payCurInventory set curQuantity=0,curAmount=0 where curQuantity<0; 01/05/2023 10:28:44.9940 547 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2023-05-01 10:28:44' where payTraUID = 5145409281738510 and payStatus='V' and payEnabled=1 01/05/2023 13:33:11.8266 533 ms. EXEC: update payReceipt set recCreation = '2023-05-01 13:33:11',recModify = '2023-05-01 13:33:11',recUseId=0,recStatus='V' where recId = 107489 01/05/2023 18:11:43.8791 895 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-05-01 18:11:42',3,42101,0,50,1,50,2,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 2 and curValue = 50 and curType = 'N';