17:03:12.699 | 4.6 ms | | (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.704 | 1.2 ms | INSERT | 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" |