15:47:25.397 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
15:47:25.397 | trace | yii\base\Module::getModule | Loading module: debug |
15:47:25.398 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
15:47:25.398 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
15:47:25.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
15:47:25.398 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.398 | trace | yii\base\Module::getModule | Loading module: gii |
15:47:25.398 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
15:47:25.399 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
15:47:25.399 | trace | yii\web\Application::handleRequest | Route requested: 'vue/history/list-object' |
15:47:25.399 | trace | yii\base\Module::getModule | Loading module: vue |
15:47:25.399 | info | yii\web\Session::open | Session started |
15:47:25.399 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1011 |
15:47:25.399 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
15:47:25.403 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.404 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.404 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1011 |
15:47:25.406 | trace | yii\base\Controller::runAction | Route to run: vue/history/list-object |
15:47:25.406 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\HistoryController::actionListObject() |
15:47:25.406 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1011 ORDER BY "last_visit_at" DESC LIMIT 10) "c" |
15:47:25.407 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1011 ORDER BY "last_visit_at" DESC LIMIT 20 |
15:47:25.408 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.408 | 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_schedules'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
15:47:25.413 | 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_schedules'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
15:47:25.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.418 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:47:25.459 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"=17931 |
15:47:25.464 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.465 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.465 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_purchase_contracts" WHERE "id"=4141 |
15:47:25.467 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.467 | 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_sales_order_items'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
15:47:25.472 | 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_sales_order_items'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
15:47:25.477 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.478 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:47:25.478 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sales_order_items" WHERE "id"=13292 |
15:47:25.483 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_products" WHERE "id"=2112 |
15:47:25.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.486 | 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_products'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
15:47:25.490 | 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_products'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
15:47:25.495 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:47:25.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.496 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.496 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sales_contracts" WHERE "id"=4140 |
15:47:25.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.497 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.497 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_reimbursements" WHERE "id"=7912 |
15:47:25.498 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=7912 |
15:47:25.498 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=15) AND ("id" IN (307, 379)) |
15:47:25.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.499 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.503 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.503 | 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_approves'
and d.nspname = 'a57be577deb434'
ORDER BY
a.attnum; |
15:47:25.507 | 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_approves'
and ns.nspname='a57be577deb434'
order by
fns.nspname, fc.relname, a.attnum |
15:47:25.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.511 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
15:47:25.511 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=2215 |
15:47:25.515 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=2216 |
15:47:25.515 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=2217 |
15:47:25.516 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=2218 |
15:47:25.517 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=2223 |
15:47:25.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
15:47:25.518 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1011, 5, 'vue/history/list-object', '{"web_access_token":"m_wPasbgK0p4tvY802ksms1aUZGXS2rw"}', '{"code":2000,"result":{"list":[{"id":186952,"user_id":1011,"object_type":9,"object_id":17931,"last_visit_at":"2025-09-16 15:12:48","title":"Netapp \u670d\u52a1\u4e0b\u5355","icon":"icon-daiban"},{"id":186951,"user_id":1011,"object_type":13,"object_id":4141,"last_visit_at":"2025-09-16 15:11:05","title":"\u5408\u540c\u7f16\u53f7\uff1a\u800c\u7279\u70ed\u821e","icon":"icon-caigouhetong"},{"id":186950,"user_id":1011,"object_type":34,"object_id":13292,"last_visit_at":"2025-09-16 15:10:54","title":"\u975e\u63a5\u89e6\u8bfb\u5361\u5668","icon":"icon-xiaoshoujilu"},{"id":186949,"user_id":1011,"object_type":7,"object_id":4140,"last_visit_at":"2025-09-16 15:10:46","title":"\u5408\u540c\u7f16\u53f7\uff1a2025-09-11-001","icon":"icon-xiaoshouhetong"},{"id":186948,"user_id":1011,"object_type":20,"object_id":7912,"last_visit_at":"2025-09-16 15:07:36","title":"\u529e\u516c\u8d39","icon":"icon-feiyongbaoxiao"},{"id":186940,"user_id":1011,"object_type":37,"object_id":2215,"last_visit_at":"2025-09-16 14:32:30","title":"\u5f20\u7ea2\u82b3-\u5956\u91d1\u7533\u8bf7","icon":"icon-shenpi"},{"id":186939,"user_id":1011,"object_type":37,"object_id":2216,"last_visit_at":"2025-09-16 14:32:28","title":"\u4ed8\u6b3e\u7533\u8bf7-\u5317\u4eac\u601d\u8054\u79d1\u8baf\u79d1\u6280\u6709\u9650\u516c\u53f8","icon":"icon-shenpi"},{"id":186938,"user_id":1011,"object_type":37,"object_id":2217,"last_visit_at":"2025-09-16 14:32:22","title":"\u3010\u601d\u8054\u79d1\u8baf\u3011\u4ed8\u6b3e\u7533\u8bf7-\u7d2b\u5149\u6653\u901a\u79d1\u6280\u6709\u9650\u516c\u53f8","icon":"icon-shenpi"},{"id":186937,"user_id":1011,"object_type":37,"object_id":2218,"last_visit_at":"2025-09-16 14:32:12","title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7533\u8bf7-\u5317\u4eac\u80bf\u7624\u533b\u9662\u7f51\u7edc\u5b89\u5168\u8bbe\u5907\u66f4\u65b0\u91c7\u8d2d\u9879\u76ee","icon":"icon-shenpi"},{"id":186936,"user_id":1011,"object_type":37,"object_id":2223,"last_visit_at":"2025-09-16 14:32:10","title":"\u563f\u563f\u563f","icon":"icon-shenpi"}]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-09-17 15:47:25') RETURNING "id" |
15:47:25.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
15:47:25.519 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |