21:41:21.284 | 4.8 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 '%姚雪纯%') ) |
21:41:21.290 | 1.3 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":"\u59da\u96ea\u7eaf","web_access_token":"BMGt48y3qPFgSCE_7v0QuJKVG4C78oer"}', '{"code":2000,"result":[],"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-17 21:41:21') RETURNING "id" |