10/09/2022 06:24:15.9379 602 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2022-09-10 06:24:15' where payTraUID = 5069993950968970 and payStatus='V' and payEnabled=1 10/09/2022 18:17:27.0429 528 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2022-09-10 18:17:26',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';