All Latest
6a196352bbc87: POST https://beta.jinchangxiao.com/vue/client/sandbox at 2026-05-29 05:58:42 pm by 43.224.72.82

Log Messages

总计73条数据
TimeLevelCategoryMessage
 
17:58:42.768traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:58:42.768traceyii\base\Module::getModuleLoading module: debug
17:58:42.768traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:58:42.769traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
17:58:42.769traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:58:42.769traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.769infotime tracing start1780048722769896960
17:58:42.770traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
17:58:42.770traceyii\web\Application::handleRequestRoute requested: 'vue/client/sandbox'
17:58:42.770traceyii\base\Module::getModuleLoading module: vue
17:58:42.770infoyii\web\Session::openSession started
17:58:42.771infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=5495
17:58:42.771infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
17:58:42.772traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.773traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.773traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.773traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.773infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_users" WHERE "id"=5495
17:58:42.774traceyii\base\Controller::runActionRoute to run: vue/client/sandbox
17:58:42.774traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.775traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
17:58:42.775traceuranus\rbac\DbManager::checkAccessFromCacheChecking permission: viewClient
17:58:42.775traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
17:58:42.775traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: AccountManager
17:58:42.776traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Engineer
17:58:42.776traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ClientController::actionSandbox()
17:58:42.776infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_clients" WHERE "id"='1'
17:58:42.776traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.777traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.778infoyii\db\Command::querySELECT *, "id" AS "key", "description" AS "value" FROM "o6a13e2c574d5a"."tbl_client_product_types" WHERE "client_id"=1
17:58:42.779infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_projects" WHERE "client_id"=1 ORDER BY "bargain_date"
17:58:42.780traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.780traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.782infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_project_product_types" WHERE "project_id"=1
17:58:42.782traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.782infoyii\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_project_product_types' and d.nspname = 'o6a13e2c574d5a' ORDER BY a.attnum;
17:58:42.786infoyii\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_project_product_types' and ns.nspname='o6a13e2c574d5a' order by fns.nspname, fc.relname, a.attnum
17:58:42.809traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.809traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:58:42.809infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_project_progresses" WHERE "id"=6
17:58:42.811traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.811infoyii\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_project_progresses' and d.nspname = 'o6a13e2c574d5a' ORDER BY a.attnum;
17:58:42.815infoyii\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_project_progresses' and ns.nspname='o6a13e2c574d5a' order by fns.nspname, fc.relname, a.attnum
17:58:42.834traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.834traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:58:42.834infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomy_relationships" WHERE "object_id"=1
17:58:42.835infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomies" WHERE ("term_id"=13) AND ("id" IN (61, 162, 2100000000, 71, 93)) ORDER BY "sort"
17:58:42.836traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.836infoyii\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 = 'o6a13e2c574d5a' ORDER BY a.attnum;
17:58:42.840infoyii\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='o6a13e2c574d5a' order by fns.nspname, fc.relname, a.attnum
17:58:42.859traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.859traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:58:42.859infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomy_relationships" WHERE "object_id"=1
17:58:42.860infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomies" WHERE ("term_id"=9) AND ("id" IN (61, 162, 2100000000, 71, 93)) ORDER BY "sort"
17:58:42.860infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomy_relationships" WHERE "object_id"=1
17:58:42.861infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_term_taxonomies" WHERE ("term_id"=10) AND ("id" IN (61, 162, 2100000000, 71, 93)) ORDER BY "sort"
17:58:42.861infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_project_architects" WHERE "project_id"=1
17:58:42.864infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_project_statuses" WHERE "id"=3
17:58:42.866traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.866infoyii\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_project_statuses' and d.nspname = 'o6a13e2c574d5a' ORDER BY a.attnum;
17:58:42.870infoyii\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_project_statuses' and ns.nspname='o6a13e2c574d5a' order by fns.nspname, fc.relname, a.attnum
17:58:42.889traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.891traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:58:42.891infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_users" WHERE "id"=5493
17:58:42.893infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM "o6a13e2c574d5a"."tbl_product_types" WHERE "is_delete"=FALSE ORDER BY "order", "id") "c"
17:58:42.908infoyii\db\Command::querySELECT * FROM "o6a13e2c574d5a"."tbl_product_types" WHERE "is_delete"=FALSE ORDER BY "order", "id"
17:58:42.918traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.918traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.919traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.919traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:58:42.920infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'o6a13e2c574d5a', 5495, 5, 'vue/client/sandbox', '{"id":"1","web_access_token":"LtdoQWPnIHveoR2dE9dLuCNO9f4Azx_q"}', '{"code":2000,"result":{"list":[{"id":1,"name":"\u9632\u706b\u5899","order":1,"description":"","created_by":5493,"created_at":"2026-05-25 13:48:53","updated_at":"2026-05-25 13:48:53","pinyin_shortcut":"fhq","is_delete":false,"productType":"","little":[{"tips":[{"name":"\u5546\u673a\u540d\u79f0","value":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260527001"},{"name":"\u5ba2\u6237\u7ecf\u7406","value":"97289742"},{"name":"\u5546\u673a\u72b6\u6001","value":"\u5546\u673a\u6210\u4ea4"},{"name":"\u5546\u673a\u91d1\u989d","value":"\uffe510 000.00\u5143"},{"name":"\u5408\u540c\u7c7b\u578b","value":"\u4ea7\u54c1\u9500\u552e"},{"name":"\u9500\u552e\u9636\u6bb5","value":"\u7b7e\u8ba2\u5408\u540c"},{"name":"\u9500\u552e\u9884\u6d4b","value":"\u786e\u4fdd"},{"name":"\u91c7\u8d2d\u65b9\u5f0f","value":"\u516c\u5f00\u62db\u6807"},{"name":"\u5546\u673a\u6765\u6e90","value":"(\u672a\u8bbe\u7f6e)"},{"name":"\u552e\u524d\u652f\u6301","value":"(\u672a\u8bbe\u7f6e)"},{"name":"\u6210\u4ea4\u65e5\u671f","value":"2026-05-27"},{"name":"\u5546\u673a\u5185\u5bb9","value":"(\u672a\u8bbe\u7f6e)"}],"color":"#53cd02"}],"color":""}],"can_edit":false},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"43.224.72.82","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-05-29 17:58:42', 150284032) RETURNING "id"
17:58:42.921traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:58:42.922traceyii\redis\Connection::executeCommandExecuting Redis Command: SET