Database Queries

总计4条数据
TimeDurationTypeQuery
  
08:53:04.1143.2 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "id"=5016

08:53:04.1181.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016

08:53:04.1238.1 msSELECTSELECT "user_id", "object_type", sum(num) as num FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=5016) AND ("object_type" != 24) AND ("object_type" != 29) AND ("visit_date" >= '2025-06-18') AND ("object_type" IN (23, 9, 21, 10, 22, 1, 19, 20, 37, 18, 101, 34, 7, 11, 12, 13, 25, 26, 16, 28, 29, 30, 10004)) GROUP BY "user_id", "object_type" ORDER BY "num" DESC LIMIT 10

08:53:04.1321.4 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 5016, 5, 'vue/history/list-module', '{"web_access_token":"KTg8BnZ5JFWa2YxBawF8Yj9F0pEyUuJt"}', '{"code":2000,"result":{"list":[]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-07-03 08:53:04') RETURNING "id"