All Latest
6a4cac80cb798: POST https://beta.jinchangxiao.com/vue/comment/list at 2026-07-07 03:36:32 pm by 39.156.194.178

Log Messages

总计40条数据
TimeLevelCategoryMessage
 
15:36:32.830traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
15:36:32.830traceyii\base\Module::getModuleLoading module: debug
15:36:32.831traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
15:36:32.833traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
15:36:32.834traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
15:36:32.834traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:32.835infotime tracing start1783409792835545088
15:36:32.835traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
15:36:32.835traceyii\web\Application::handleRequestRoute requested: 'vue/comment/list'
15:36:32.835traceyii\base\Module::getModuleLoading module: vue
15:36:32.837infoyii\web\Session::openSession started
15:36:32.840infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
15:36:32.840infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
15:36:32.847traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:32.848traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:36:32.848infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
15:36:32.862traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:32.863traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:36:32.863infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
15:36:32.873traceyii\base\Controller::runActionRoute to run: vue/comment/list
15:36:32.873traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\CommentController::actionList()
15:36:32.873infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_comments" WHERE object_type = '20012' AND object_id = '2324'
15:36:32.922infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE object_type = '20012' AND object_id = '2324' AND remind_user_id = 1001
15:36:32.944traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:32.945infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_unread_comments' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
15:36:32.951infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_unread_comments' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
15:36:32.964traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:36:32.964traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
15:36:32.965infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_unread_comments" SET "is_read"=TRUE WHERE ("object_type"='20012') AND ("object_id"='2324') AND ("remind_user_id"=1001)
15:36:32.991infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_comments" WHERE ("parent" IS NULL) AND ("object_type"='20012') AND ("object_id"='2324') ORDER BY "created_at" DESC) "c"
15:36:33.024infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_comments" WHERE ("parent" IS NULL) AND ("object_type"='20012') AND ("object_id"='2324') ORDER BY "created_at" DESC LIMIT 20
15:36:33.055infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_comments" WHERE "parent" IN (217161, 217157, 217036) ORDER BY "created_at"
15:36:33.086infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=310) AND ("object_id" IN (217161, 217157, 217036))
15:36:33.089infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1013, 1001, 5252)
15:36:33.090infoyii\db\Command::querySELECT "user_id", "meta_value" AS "avatar" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1013, 5252, 1001))
15:36:33.091traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:33.092traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
15:36:33.092infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/comment/list', '{"object_type":"20012","object_id":"2324","page":"1","web_access_token":"ukNwOz-BjUcQL9I3n8iWo2JcLwCMuHVk"}', '{"code":2000,"result":{"list":[{"id":217161,"object_id":2324,"object_type":"20012","parent":{},"description":"\u7fc1\u5bb6\u6210\u7ed3\u7b97\u4e86\u8fd9\u4e2a\u5ba1\u6279","created_by":1013,"created_at":"2026-03-09 12:24:44","reply_to":"","is_system":true,"for_user":"","description2":"FKD-20260309-00002","comments":[],"attachmentRelationships":[],"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","userMetas":[{"user_id":1013,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"}]},"can_delete":false},{"id":217157,"object_id":2324,"object_type":"20012","parent":{},"description":"\u5218\u4eba\u8bda\u901a\u8fc7\u4e86\u8fd9\u4e2a\u5ba1\u6279","created_by":1001,"created_at":"2026-03-09 11:51:23","reply_to":"","is_system":true,"for_user":"","description2":"FKD-20260309-00002","comments":[],"attachmentRelationships":[],"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","userMetas":[{"user_id":1001,"avatar":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"}]},"can_delete":true},{"id":217036,"object_id":2324,"object_type":"20012","parent":{},"description":"\u738b\u7b11\u7b11 \u6709\u4e00\u4e2a\u4ed8\u6b3e\u5355\u9700\u8981\u5ba1\u6279","created_by":5252,"created_at":"2026-03-09 09:46:47","reply_to":"","is_system":true,"for_user":"","description2":"FKD-20260309-00002","comments":[],"attachmentRelationships":[],"createdBy":{"id":5252,"key":5252,"name":"\u738b\u7b11\u7b11","sex":"F","userMetas":[{"user_id":5252,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/f5529321-408e-3d11-aa95-9b0a384f2d9c.png"}]},"can_delete":false}],"unread":2,"count":3,"pagenation":{"totalcount":3,"thispage":1,"pagesize":20}},"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-07 15:36:33', 257007872) RETURNING "id"
15:36:33.094traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
15:36:33.095traceyii\redis\Connection::executeCommandExecuting Redis Command: SET