Log Messages

总计106条数据
TimeLevelCategoryMessage
 
10:16:16.357traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
10:16:16.357traceyii\base\Module::getModuleLoading module: debug
10:16:16.358traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
10:16:16.358traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
10:16:16.358traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
10:16:16.358traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.358traceyii\base\Module::getModuleLoading module: gii
10:16:16.358traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
10:16:16.358traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
10:16:16.358traceyii\web\Application::handleRequestRoute requested: 'vue/approve/verify'
10:16:16.358traceyii\base\Module::getModuleLoading module: vue
10:16:16.359infoyii\web\Session::openSession started
10:16:16.359infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
10:16:16.359infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
10:16:16.364traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.364traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.364traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.364traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.365infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
10:16:16.366traceyii\base\Controller::runActionRoute to run: vue/approve/verify
10:16:16.366traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.367traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
10:16:16.367traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ApproveController::actionVerify()
10:16:16.367infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"='1735'
10:16:16.368traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.368traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.368infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status"=0) AND ("approve_id"=1735) ORDER BY "id"
10:16:16.369traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.369traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.369traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.370traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.370infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_approve_verify_rels" SET "status"=1, "description"='', "verify_at"='now()' WHERE "id"=2251
10:16:16.371traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.372traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.372infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\ApproveVerifyRels', 2251, 'a:2:{s:6:"status";i:1;s:9:"verify_at";s:5:"now()";}', '', 1001, '114.254.1.137')
10:16:16.373infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status"=0) AND ("approve_id"=1735) ORDER BY "id") "c"
10:16:16.373infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_approves" SET "status"=2, "verify_at"='now()', "updated_at"='now()' WHERE "id"=1735
10:16:16.374infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Approves', 1735, 'a:2:{s:6:"status";i:2;s:9:"verify_at";s:5:"now()";}', '', 1001, '114.254.1.137')
10:16:16.375infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"='1735'
10:16:16.376infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
10:16:16.376infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE ("status"=0) AND ("approve_id"=1735) ORDER BY "id"
10:16:16.376infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_carbon_copy_rels" WHERE "approve_id"=1735
10:16:16.377traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.377traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.377infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approve_verify_rels" WHERE "approve_id"=1735 ORDER BY "id"
10:16:16.378traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.378infoyii\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_comments' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
10:16:16.383infoyii\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_comments' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
10:16:16.394traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.394traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
10:16:16.394infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_approves" WHERE "id"=1735
10:16:16.395infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001)
10:16:16.396infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_comments" ("created_by", "object_type", "object_id", "description", "is_system", "description2") VALUES (1001, '37', 1735, '刘人诚 通过了这个审批', TRUE, '测试费用合同') RETURNING "id"
10:16:16.397infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\Comments', 170231, 'a:11:{s:2:"id";i:170231;s:9:"object_id";i:1735;s:11:"object_type";s:2:"37";s:6:"parent";N;s:11:"description";s:31:"刘人诚 通过了这个审批";s:10:"created_by";i:1001;s:10:"created_at";N;s:8:"reply_to";N;s:9:"is_system";b:1;s:8:"for_user";N;s:12:"description2";s:18:"测试费用合同";}', '', 1001, '114.254.1.137')
10:16:16.398infoyii\db\Command::querySELECT "channel_id" FROM "global"."tbl_logins" WHERE (0=1) AND ("id" != 1001) AND (channel_id IS NOT NULL)
10:16:16.398infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=1735
10:16:16.399infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=17) AND ("id" IN (164, 179, 140, 181, 166, 184, 189, 2100000000, 349))
10:16:16.399traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.399traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.399infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
10:16:16.400traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.401traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.401infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018
10:16:16.402traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.402traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.408traceyii\redis\Connection::executeCommandExecuting Redis Command: INCR
10:16:16.408traceyii\redis\Connection::executeCommandExecuting Redis Command: HSET
10:16:16.408traceyii\redis\Connection::executeCommandExecuting Redis Command: LPUSH
10:16:16.409infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_approves" SET "next_verify_user"=NULL WHERE "id"=1735
10:16:16.409infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Approves', 1735, 'a:0:{}', '', 1001, '114.254.1.137')
10:16:16.410infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
10:16:16.411traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.411traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.411infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (6, 'status', 1735, 37, 1001, 'now()', '["\u5218\u4eba\u8bda"]', '[]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u540c\u610f\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":""}')
10:16:16.412infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
10:16:16.413infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_clients" SET "updated_at"='now()' WHERE "id"=982
10:16:16.415infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_am_change_logs" WHERE ("client_id"=982) AND ("sales_rep" IS NULL) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
10:16:16.429traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.429traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.430infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_client_am_change_logs" ("client_id", "sales_rep", "start_from", "end_at") VALUES (982, 1001, 'now()', NULL) RETURNING "id"
10:16:16.431infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ClientAmChangeLogs', 165052, 'a:5:{s:2:"id";i:165052;s:9:"client_id";i:982;s:9:"sales_rep";i:1001;s:10:"start_from";s:5:"now()";s:6:"end_at";N;}', '', 1001, '114.254.1.137')
10:16:16.432infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Clients', 982, 'a:0:{}', '', 1001, '114.254.1.137')
10:16:16.433infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id"=1735
10:16:16.433infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=17) AND ("id" IN (164, 179, 140, 181, 166, 184, 189, 2100000000, 349))
10:16:16.433infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (2, 'update', 982, 10, 1735, 37, 1001, '[1735]', '[1735]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}') RETURNING "id"
10:16:16.434infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 509843, 'a:13:{s:2:"id";i:509843;s:9:"object_id";i:982;s:11:"object_type";i:10;s:9:"target_id";i:1735;s:18:"target_object_type";i:37;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[1735]";s:9:"new_value";s:6:"[1735]";s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137')
10:16:16.435infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018
10:16:16.436infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_projects" SET "updated_at"='now()' WHERE "id"=1018
10:16:16.437infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_project_change_logs" WHERE ("project_id"=1018) AND ("end_at" IS NULL) ORDER BY "id" DESC LIMIT 1
10:16:16.439traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.439traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.439infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('UPDATE', 'app\models\Projects', 1018, 'a:1:{s:6:"end_at";s:19:"2022-08-02 11:44:02";}', '', 1001, '114.254.1.137')
10:16:16.440infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
10:16:16.440infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (2, 'update', 1018, 1, 1735, 37, 1001, '[1735]', '[1735]', '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}') RETURNING "id"
10:16:16.441infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 509844, 'a:13:{s:2:"id";i:509844;s:9:"object_id";i:1018;s:11:"object_type";i:1;s:9:"target_id";i:1735;s:18:"target_object_type";i:37;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:6:"[1735]";s:9:"new_value";s:6:"[1735]";s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1001, '114.254.1.137')
10:16:16.442infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=1018
10:16:16.442infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=982
10:16:16.443traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.443traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.443infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_user_action_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "users", "description") VALUES (2, 'update', 1018, 1, 1735, 37, 1001, '1735', '1735', array[1001], '{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}') RETURNING "id"
10:16:16.444infoyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\UserActionLogs', 136920, 'a:15:{s:2:"id";i:136920;s:9:"object_id";i:1018;s:11:"object_type";i:1;s:9:"target_id";i:1735;s:18:"target_object_type";i:37;s:3:"act";i:2;s:9:"attribute";s:6:"update";s:9:"old_value";s:4:"1735";s:9:"new_value";s:4:"1735";s:5:"users";O:17:"yii\db\Expression":2:{s:10:"expression";s:11:"array[1001]";s:6:"params";a:0:{}}s:11:"description";s:119:"{"d1":"\u5218\u4eba\u8bda","d2":"\u66f4\u65b0\u4e86","d3":"\u5ba1\u6279\u7533\u8bf7","d4":["\u4ed8\u6b3e\u7533\u8bf7"]}";s:10:"created_by";i:1001;s:10:"created_at";N;s:9:"is_delete";N;s:9:"parent_id";N;}', '', 1001, '114.254.1.137')
10:16:16.445traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.445traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
10:16:16.445infoyii\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/approve/verify', '{"id":"1735","description":"","attachmentFiles":"","attachmentFile":"","files":"","web_access_token":"er_liQPTz011rRwTshQzixBLTwcD6PCJ"}', '{"code":2000,"result":"","status":1,"msg":[{"name":"success","success":"\u5ba1\u6279\u901a\u8fc7","error":""}],"mod":0}', FALSE, '2025-07-04 10:16:16') RETURNING "id"
10:16:16.447traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
10:16:16.447traceyii\redis\Connection::executeCommandExecuting Redis Command: SET