| 09:24:37.200 | 8.5 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 '%北京智德天诚科技有限公司%') ) |
| 09:24:37.210 | 4.4 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\u667a\u5fb7\u5929\u8bda\u79d1\u6280\u6709\u9650\u516c\u53f8","web_access_token":"ukNwOz-BjUcQL9I3n8iWo2JcLwCMuHVk"}', '{"code":2000,"result":[{"key":756,"client_id":null,"supplier_id":756,"sales_rep":null,"name":"\u5317\u4eac\u667a\u5fb7\u5929\u8bda\u79d1\u6280\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":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-07-09 09:24:37', 23422976) RETURNING "id" |