Log Messages

总计45条数据
TimeLevelCategoryMessage
 
13:24:48.523traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
13:24:48.523traceyii\base\Module::getModuleLoading module: debug
13:24:48.524traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
13:24:48.524traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
13:24:48.524traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
13:24:48.524traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.524traceyii\base\Module::getModuleLoading module: gii
13:24:48.524traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
13:24:48.524traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
13:24:48.524traceyii\web\Application::handleRequestRoute requested: 'v2/approve/get-verify-users'
13:24:48.524traceyii\base\Module::getModuleLoading module: v2
13:24:48.525infoyii\web\Session::openSession started
13:24:48.525infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
13:24:48.527infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH'
13:24:48.530traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.530traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:24:48.530traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.531traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:24:48.531infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
13:24:48.532traceyii\base\Controller::runActionRoute to run: v2/approve/get-verify-users
13:24:48.532traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.533traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
13:24:48.533traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ApproveController::actionGetVerifyUsers()
13:24:48.533traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.533infoyii\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_term_taxonomies' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
13:24:48.538infoyii\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_term_taxonomies' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
13:24:48.546traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:24:48.546traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
13:24:48.546infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE "id"='320'
13:24:48.547infoyii\db\Command::querySELECT "r".* FROM "a57be577deb434"."tbl_approves" "r" LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 17 WHERE ("r"."id"='1747') AND ("dt1"."taxonomy_id"='320') ORDER BY "r"."created_at" DESC
13:24:48.548traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.548traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:24:48.548infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_carbon_copy_rels" WHERE "approve_id"=1747
13:24:48.549infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE ("user_status"='1') AND ("id" IN (5445, 5250))
13:24:48.549infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5445, 5250))
13:24:48.550infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE "approve_id"=1747 ORDER BY "id"
13:24:48.550infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE ("user_status"='1') AND ("id" IN (1011, 5016))
13:24:48.551infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1011, 5016))
13:24:48.551infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE ("id"='1011') AND ("user_status"='1') ORDER BY array_position(array[1011], id)
13:24:48.551infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1011)
13:24:48.552infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE ("id"='1011') AND ("user_status"='1') ORDER BY array_position(array[1011], id)
13:24:48.552infoyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1011)
13:24:48.552traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
13:24:48.552traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
13:24:48.553infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 2, 1143, 'v2/approve/get-verify-users', '{"access_token":"oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH","device_type":"2","id":"320","mid":"1747","posttime":"1753248256","token":"6e595b5d5a7daa3e59ec3fbdff1ce616","version_code":"1143"}', '{"code":200,"data":{"taxonomy":"\u6b63\u5e38\u5907\u8d27","approveVerifyUsers":[{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"},"is_system":true},{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","avatar":{"id":35,"user_id":5016,"name":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}}],"approveCarbonCopyUsers":[{"id":5445,"key":5445,"name":"\u674e\u9896","sex":"F","avatar":{"id":162,"user_id":5445,"name":"\/files\/cdn\/a57be577deb434\/avatar\/adb56a38-edbe-3b24-b50d-2231495d5449.jpg"}},{"id":5250,"key":5250,"name":"\u8463\u8363","sex":"M","avatar":{"id":157,"user_id":5250,"name":"\/files\/cdn\/a57be577deb434\/avatar\/10f9a0d9-7ea7-3910-9465-6ece76a0dae4.png"}},{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"},"is_system":true}],"approval_workflow":"system","copy_workflow":"system"},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-07-23 13:24:48') RETURNING "id"