Log Messages

总计45条数据
TimeLevelCategoryMessage
 
14:19:53.359traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
14:19:53.359traceyii\base\Module::getModuleLoading module: debug
14:19:53.359traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
14:19:53.359traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
14:19:53.360traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
14:19:53.360traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.360traceyii\base\Module::getModuleLoading module: gii
14:19:53.360traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
14:19:53.360traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
14:19:53.360traceyii\web\Application::handleRequestRoute requested: 'vue/analysis/reimbursement-histogram-by-year'
14:19:53.360traceyii\base\Module::getModuleLoading module: vue
14:19:53.361infoyii\web\Session::openSession started
14:19:53.361infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
14:19:53.361infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
14:19:53.366traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.366traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.366traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.366traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.366infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
14:19:53.368traceyii\base\Controller::runActionRoute to run: vue/analysis/reimbursement-histogram-by-year
14:19:53.368traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.369traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
14:19:53.369traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\AnalysisController::actionReimbursementHistogramByYear()
14:19:53.369traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.370traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.370infoyii\db\Command::querySELECT * FROM "global"."tbl_enterprises" WHERE "id"=2
14:19:53.370infoyii\db\Command::querySELECT MIN(bargain_date) FROM "a57be577deb434"."tbl_projects"
14:19:53.372traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.372traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.373infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" ORDER BY "id"
14:19:53.374infoyii\db\Command::querySELECT sum(amount) as amount, count(r.id) as count, CASE WHEN r.occurrence_at >= (to_char(r.occurrence_at,'YYYY-') || '01-01') :: DATE THEN to_char( r.occurrence_at, 'YYYY')::INTEGER ELSE to_char( r.occurrence_at, 'YYYY')::INTEGER - 1 END AS year FROM "a57be577deb434"."tbl_reimbursements" "r" LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id LEFT JOIN "a57be577deb434"."tbl_projects" "project" ON project.id = r.project_id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 15 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt2" ON dt2.object_id = r.id AND dt2.term_id = 18 AND dt2.object_type = 7 WHERE (r.status != 0) AND ("r"."created_by" IN (1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 5015, 5016, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, 5030, 5031, 5032, 5033, 5037, 5043, 5044, 5045, 5047, 5048, 5049, 5050, 5062, 5063, 5064, 5065, 5066, 5069, 5070, 5071, 5072, 5073, 5074, 5075, 5076, 5078, 5079, 5080, 5081, 5082, 5083, 5085, 5086, 5087, 5088, 5089, 5093, 5094, 5095, 5096, 5101, 5102, 5104, 5105, 5123, 5124, 5125, 5126, 5128, 5135, 5203, 5208, 5209, 5229, 5230, 5247, 5248, 5249, 5250, 5252, 5258, 5259, 5293, 5294, 5295, 5296, 5297, 5298, 5299, 5300, 5301, 5302, 5303, 5304, 5305, 5309, 5311, 5329, 5332, 5333, 5351, 5356, 5357, 5358, 5359, 5360, 5364, 5388, 5393, 5404, 5409, 5411, 5412, 5413, 5419, 5420, 5440, 5445, 5446, 5448, 5449)) GROUP BY "year"
14:19:53.415traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.415infoyii\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_reimbursements' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
14:19:53.420infoyii\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_reimbursements' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
14:19:53.435traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.435traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
14:19:53.436traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.436traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.436infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=1001) AND ("object_type"=23) AND ("visit_date"='2025-08-09')
14:19:53.440traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.440traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:19:53.440infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_visit_module_histories" SET "num"=41, "last_visit_at"='now()' WHERE "id"=54996
14:19:53.442infoyii\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/analysis/reimbursement-histogram-by-year', '[]', '{"code":2000,"result":{"category":{"amountCategory":["2025\u8d22\u5e74","2024\u8d22\u5e74","2023\u8d22\u5e74","2022\u8d22\u5e74","2021\u8d22\u5e74","2020\u8d22\u5e74","2019\u8d22\u5e74","2018\u8d22\u5e74","2017\u8d22\u5e74"]},"seriesAmount":[{"key":"fascal2025","name":"2025\u8d22\u5e74","y":"212865.36","count":693,"from":"2025-01-01 00:00:00","to":"2025-12-31 23:59:59"},{"key":"fascal2024","name":"2024\u8d22\u5e74","y":"594041.94","count":1504,"from":"2024-01-01 00:00:00","to":"2024-12-31 23:59:59"},{"key":"fascal2023","name":"2023\u8d22\u5e74","y":"745208.68","count":1978,"from":"2023-01-01 00:00:00","to":"2023-12-31 23:59:59"},{"key":"fascal2022","name":"2022\u8d22\u5e74","y":"485883.69","count":829,"from":"2022-01-01 00:00:00","to":"2022-12-31 23:59:59"},{"key":"fascal2021","name":"2021\u8d22\u5e74","y":"628304.16","count":849,"from":"2021-01-01 00:00:00","to":"2021-12-31 23:59:59"},{"key":"fascal2020","name":"2020\u8d22\u5e74","y":"558413.23","count":665,"from":"2020-01-01 00:00:00","to":"2020-12-31 23:59:59"},{"key":"fascal2019","name":"2019\u8d22\u5e74","y":"660726.62","count":807,"from":"2019-01-01 00:00:00","to":"2019-12-31 23:59:59"},{"key":"fascal2018","name":"2018\u8d22\u5e74","y":"71632.61","count":124,"from":"2018-01-01 00:00:00","to":"2018-12-31 23:59:59"},{"key":"fascal2017","name":"2017\u8d22\u5e74","y":"0.00","count":0,"from":"2017-01-01 00:00:00","to":"2017-12-31 23:59:59"}],"totalAmount":3957076.29,"totalCount":7449},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-08-09 14:19:53') RETURNING "id"
14:19:53.443traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:19:53.443traceyii\redis\Connection::executeCommandExecuting Redis Command: SET