| Time | Duration | Type | Query |
|---|---|---|---|
| 14:56:35.613 | 0.6 ms | SELECT | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 14:56:35.614 | 0.4 ms | SELECT | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 14:56:35.616 | 0.6 ms | SELECT | SELECT description FROM (SELECT description, max(s.created_at) as created_at FROM ((SELECT pip.description, max(pci.created_at) as created_at FROM "a57be577deb434"."tbl_purchase_invoice_products" "pip" LEFT JOIN "a57be577deb434"."tbl_purchase_contract_invoices" "pci" ON pci.id = pip.purchase_invoice_id GROUP BY "pip"."description") UNION ALL ( SELECT pip.description, max(pci.created_at) as created_at FROM "a57be577deb434"."tbl_sales_invoice_products" "pip" LEFT JOIN "a57be577deb434"."tbl_sales_contract_invoices" "pci" ON pci.id = pip.sales_invoice_id GROUP BY "pip"."description" )) "s" GROUP BY "description") "s" WHERE 1 = 0 ORDER BY "s"."created_at" DESC, "created_at" DESC LIMIT 20 |
| 14:56:35.617 | 0.9 ms | INSERT | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/tax/search-product-description', '{"description":"","web_access_token":"eLSqRe8hqEgPBX_zWO9QINJWKjv2Vvg4"}', '{"code":2000,"result":{"list":[]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-02 14:56:35', 6674944) RETURNING "id" |