Total processing time: 17 ms; Peak memory: 2.126 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
17:03:12.699 | 4.6 ms | yii\db\Command::query | (SELECT id as key, id as client_id, null::integer as supplier_id, sales_rep, name, '客户' as type_display, 'client' as type FROM "a57be577deb434"."tbl_clients" WHERE (("name" ILIKE '%被禁%') OR ("pinyin_shortcut" ILIKE '%被禁%')) AND (1 = 1) AND ("deleted"=FALSE)) UNION ALL ( SELECT id as key, null::integer as client_id, id as supplier_id, null::integer as sales_rep, name, '供应商' as type_display, 'supplier' as type FROM "a57be577deb434"."tbl_suppliers" WHERE ("name" ILIKE '%被禁%') OR ("pinyin_shortcut" ILIKE '%被禁%') ) |
17:03:12.694 | 2.3 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
17:03:12.692 | 1.9 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
17:03:12.697 | 1.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
17:03:12.704 | 1.2 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/search/client-and-supplier-by-name', '{"name":"\u88ab\u7981","web_access_token":"lbNYwdlXP_L-W3wmBUcGyt_tZqwxTBLl"}', '{"code":2000,"result":[],"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-22 17:03:12') RETURNING "id" |