All Latest
6944c5da402f9: POST https://beta.jinchangxiao.com/vue/task/get-new at 2025-12-19 11:26:18 am by 221.216.117.150

Log Messages

总计34条数据
TimeLevelCategoryMessage
 
11:26:18.262traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
11:26:18.262traceyii\base\Module::getModuleLoading module: debug
11:26:18.262traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
11:26:18.263traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
11:26:18.263traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
11:26:18.263traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.263traceyii\base\Module::getModuleLoading module: gii
11:26:18.263traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
11:26:18.264traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
11:26:18.264traceyii\web\Application::handleRequestRoute requested: 'vue/task/get-new'
11:26:18.264traceyii\base\Module::getModuleLoading module: vue
11:26:18.264infoyii\web\Session::openSession started
11:26:18.265infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
11:26:18.265infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
11:26:18.274traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.275traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:26:18.276traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.278traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:26:18.278infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
11:26:18.281traceyii\base\Controller::runActionRoute to run: vue/task/get-new
11:26:18.281traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.283traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
11:26:18.283traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\TaskController::actionGetNew()
11:26:18.284infoyii\db\Command::querySELECT "s"."id" AS "key", "s"."title" AS "name" FROM "a57be577deb434"."tbl_task_groups" "s" LEFT JOIN "a57be577deb434"."tbl_task_group_user_relationships" "turs" ON s.id = turs.task_group_id LEFT JOIN "a57be577deb434"."tbl_task_group_head_of_relationships" "thrs" ON s.id = thrs.task_group_id WHERE (("thrs"."user_id"=1001) OR ("turs"."user_id"=1001)) AND ("s"."status"=0) GROUP BY "s"."id"
11:26:18.287traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.288infoyii\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_task_groups' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
11:26:18.294infoyii\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_task_groups' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
11:26:18.307traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:26:18.308traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
11:26:18.309traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.309traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
11:26:18.309infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/task/get-new', '[]', '{"code":2000,"result":{"model":{"max_weight":0},"options":{"Tasks[task_group_id]":{"key":"Tasks[task_group_id]","name":"\u9879\u76ee\u5217\u8868","value":[{"key":189,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u601d\u8054\u79d1\u8baf"},{"key":188,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u84dd\u5927\u79d1\u6280"},{"key":201,"name":"\u5f00\u59cb\u65f6\u95f4\u6d4b\u8bd5\u9879\u76ee"},{"key":197,"name":"\u903e\u671f\u6807\u7b7e\u663e\u793a\u95ee\u9898"},{"key":90,"name":"2019\u5e7410\u6708\u89c6\u89c9IT\u5f00\u53d1\u4efb\u52a1"},{"key":195,"name":"\u9879\u76ee\u622a\u6b62\u65e5\u671f"},{"key":196,"name":"\u6d4b\u8bd5\u65b0\u5efa3\u7ea7\u4efb\u52a1\u6e05\u5355"},{"key":199,"name":"\u9879\u76ee\u5f53\u592917\u53f7\u903e\u671f\u6d4b\u8bd5"},{"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280"}]},"Tasks[is_important]":{"key":"Tasks[is_important]","name":"\u91cd\u8981\u6027","value":[{"id":0,"key":0,"name":"\u666e\u901a"},{"id":1,"key":1,"name":"\u91cd\u8981"}]}}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"221.216.117.150","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/143.0.0.0 Safari\/537.36"}', FALSE, '2025-12-19 11:26:18') RETURNING "id"
11:26:18.311traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
11:26:18.311traceyii\redis\Connection::executeCommandExecuting Redis Command: SET