| 17:31:01.189 | 8.4 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:31:01.199 | 1.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/search/client-and-supplier-by-name', '{"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8","web_access_token":"niM9Np1xaU2lIsoGJh5qM6IxT9naEHjn"}', '{"code":2000,"result":[{"key":431,"client_id":null,"supplier_id":431,"sales_rep":null,"name":"\u5317\u4eac\u60e0\u8054\u8baf\u901a\u4fe1\u606f\u6280\u672f\u670d\u52a1\u6709\u9650\u516c\u53f8","type_display":"\u4f9b\u5e94\u5546","type":"supplier","salesRep":null}],"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"114.244.130.20","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-07-07 17:31:01', 18811904) RETURNING "id" |