| 14:14:38.872 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 14:14:38.872 | trace | yii\base\Module::getModule | Loading module: debug |
| 14:14:38.872 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 14:14:38.873 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 14:14:38.873 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 14:14:38.874 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.874 | info | time tracing start | 1784009678874629888 |
| 14:14:38.875 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 14:14:38.875 | trace | yii\web\Application::handleRequest | Route requested: 'vue/history/list-object' |
| 14:14:38.875 | trace | yii\base\Module::getModule | Loading module: vue |
| 14:14:38.876 | info | yii\web\Session::open | Session started |
| 14:14:38.879 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 14:14:38.879 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 14:14:38.881 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.882 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.882 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 14:14:38.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.884 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 14:14:38.900 | trace | yii\base\Controller::runAction | Route to run: vue/history/list-object |
| 14:14:38.901 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\HistoryController::actionListObject() |
| 14:14:38.901 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 10) "c" |
| 14:14:38.919 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 20 |
| 14:14:38.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.920 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.920 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4144 |
| 14:14:38.926 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.927 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=2593 |
| 14:14:38.931 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4098 |
| 14:14:38.932 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.932 | info | yii\db\Command::query | SELECT
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:14:38.941 | info | yii\db\Command::query | select
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:14:38.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.961 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 14:14:38.961 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_reimbursements" WHERE "id"=9026 |
| 14:14:38.966 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=9026 |
| 14:14:38.968 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=15) AND (0=1) |
| 14:14:38.969 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_reimbursements" WHERE "id"=9027 |
| 14:14:38.970 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=9027 |
| 14:14:38.971 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=15) AND ("id" IN (185, 369)) |
| 14:14:38.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.972 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.973 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.973 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=4465 |
| 14:14:38.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.975 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.976 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=35860 |
| 14:14:38.980 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"=72 |
| 14:14:38.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.981 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.981 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=35859 |
| 14:14:38.982 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"=67 |
| 14:14:38.983 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_logs" WHERE "id"=19578 |
| 14:14:38.984 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_work_log_scenario_options" WHERE "id"=8 |
| 14:14:38.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.985 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.985 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_cases" WHERE "id"=9224 |
| 14:14:38.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 14:14:38.989 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/history/list-object', '{"web_access_token":"wDahkMIsEuHhAvKCnlYJe0vzWaI3UM9g"}', '{"code":2000,"result":{"list":[{"id":207872,"user_id":1001,"object_type":1,"object_id":4144,"last_visit_at":"2026-07-14 11:40:40","title":"zstack\u7eed\u4fdd","icon":"icon-shangjixinxi"},{"id":207871,"user_id":1001,"object_type":10,"object_id":2593,"last_visit_at":"2026-07-14 11:40:36","title":"\u56fd\u5bcc\u745e\u6570\u636e\u7cfb\u7edf\u6709\u9650\u516c\u53f8(\u8fc7\u5355)","icon":"icon-kehuxinxi"},{"id":207870,"user_id":1001,"object_type":1,"object_id":4098,"last_visit_at":"2026-07-14 11:40:08","title":"PA460\u8bbe\u5907\u7b49\u91c7\u8d2d\u9879\u76ee","icon":"icon-shangjixinxi"},{"id":207869,"user_id":1001,"object_type":20,"object_id":9026,"last_visit_at":"2026-07-14 11:36:00","title":"\u672a\u8bbe\u7f6e","icon":"icon-feiyongbaoxiao"},{"id":207866,"user_id":1001,"object_type":20,"object_id":9027,"last_visit_at":"2026-07-14 11:35:51","title":"\u4e1a\u52a1\u62db\u5f85\u8d39","icon":"icon-feiyongbaoxiao"},{"id":207864,"user_id":1001,"object_type":13,"object_id":4465,"last_visit_at":"2026-07-13 16:37:35","title":"\u5408\u540c\u7f16\u53f7\uff1a\u6d4b\u8bd5\u6d4b\u8bd5","icon":"icon-caigouhetong"},{"id":207862,"user_id":1001,"object_type":19,"object_id":35860,"last_visit_at":"2026-07-10 17:24:51","title":"\u6316\u6398\u5546\u673a","icon":"icon-gongzuorizhi"},{"id":207863,"user_id":1001,"object_type":19,"object_id":35859,"last_visit_at":"2026-07-10 17:24:49","title":"\u5546\u673a\u63a8\u52a8","icon":"icon-gongzuorizhi"},{"id":207861,"user_id":1001,"object_type":19,"object_id":19578,"last_visit_at":"2026-07-10 17:24:29","title":"\u534f\u540c\u5382\u5546\u62dc\u8bbf\u5ba2\u6237","icon":"icon-gongzuorizhi"},{"id":207860,"user_id":1001,"object_type":18,"object_id":9224,"last_visit_at":"2026-07-10 15:26:41","title":"Case\u7f16\u53f7\uff1aIM260317001","icon":"icon-gongdanguanli"}]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"114.244.130.61","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-07-14 14:14:38', 114852096) RETURNING "id" |
| 14:14:38.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 14:14:38.992 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |