Database Queries

总计6条数据
TimeDurationTypeQuery
  
16:00:59.3911.0 msSELECTSELECT * FROM "global"."vw_user_login" WHERE "access_token"='wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm'

16:00:59.3940.7 msSELECTSELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000

16:00:59.3960.5 msSELECTSELECT * FROM "global"."tbl_logins" WHERE "id"=1000

16:00:59.3971.2 msSELECTSELECT COUNT(*) FROM (SELECT "a".* FROM "global"."tbl_announcements" "a" LEFT JOIN "global"."tbl_read_announcement" "r" ON a.id = r.announcement_id AND r.user_id = 1000 LEFT JOIN "global"."tbl_logins" "l" ON l.id = r.user_id WHERE (l.id IS NULL) AND ("a"."created_at" > '2016-10-14 22:23:37') ORDER BY "a"."created_at" DESC) "c"

16:00:59.39935.3 msSELECTSELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE ("remind_user_id"=1000) AND ("is_read"=FALSE) AND ("object_type" <> 20030)

16:00:59.4361.8 msINSERTINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1000, 0, 276, 'v2/user/get-announcement-unread', '{"access_token":"wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm","device_type":"0","version_code":"276","token":"79bd4d2f9df78550e63ef30b29913323","posttime":"1784016058"}', '{"code":200,"data":{"count":1},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"39.156.194.178","ua":"jinchangxiao\/2.3.176 (HUAWEIVOG-AL00; Android 10)"}', FALSE, '2026-07-14 16:00:59', 47680768) RETURNING "id"