Time | Level | Category | Message |
---|---|---|---|
11:18:06.706 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
11:18:06.706 | trace | yii\base\Module::getModule | Loading module: debug |
11:18:06.706 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
11:18:06.708 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
11:18:06.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
11:18:06.708 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.708 | trace | yii\base\Module::getModule | Loading module: gii |
11:18:06.709 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
11:18:06.709 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
11:18:06.709 | trace | yii\web\Application::handleRequest | Route requested: 'vue/task/list' |
11:18:06.709 | trace | yii\base\Module::getModule | Loading module: vue |
11:18:06.709 | info | yii\web\Session::open | Session started |
11:18:06.710 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
11:18:06.710 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
11:18:06.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:18:06.742 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.745 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:18:06.747 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
11:18:06.762 | trace | yii\base\Controller::runAction | Route to run: vue/task/list |
11:18:06.762 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.768 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
11:18:06.768 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\TaskController::actionList() |
11:18:06.771 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.773 | 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_tasks' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
11:18:06.790 | 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_tasks' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
11:18:06.820 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:18:06.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
11:18:06.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.829 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.832 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_task_groups" "tg" ON s.task_group_id = tg.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (("s"."head_of"='1001')) GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" DESC) "c" |
11:18:06.850 | info | yii\db\Command::query | SELECT s.* FROM "a57be577deb434"."tbl_tasks" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.head_of LEFT JOIN "a57be577deb434"."tbl_task_groups" "tg" ON s.task_group_id = tg.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE WHERE (true) AND ("s"."status"='0') AND (("s"."head_of"='1001')) GROUP BY "s"."id", "u"."id" ORDER BY "s"."created_at" DESC LIMIT 20 |
11:18:06.863 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
11:18:06.871 | info | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001) |
11:18:06.877 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "title" AS "name", "project_id", "client_id", "head_of", "status", "target_completed_at" FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=187 |
11:18:06.887 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sales_rep", "logo" FROM "a57be577deb434"."tbl_clients" WHERE "id"=1956 |
11:18:06.893 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "project_title" AS "name" FROM "a57be577deb434"."tbl_projects" WHERE "id"=1972 |
11:18:06.901 | info | yii\db\Command::query | SELECT "c".* FROM "a57be577deb434"."tbl_task_group_head_of_relationships" "c" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON "u"."id" = "c"."user_id" WHERE "c"."task_group_id"=187 ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first |
11:18:06.910 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:06.912 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:18:06.914 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE ("user_id"=1001) AND ("task_group_id"=187) |
11:18:06.925 | info | yii\db\Command::query | SELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=101) AND ("object_id" IN (1537, 1536, 1535)) GROUP BY "object_id" |
11:18:06.969 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
11:18:06.978 | info | yii\db\Command::query | SELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001) |
11:18:06.989 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id"=4 |
11:18:06.999 | info | yii\db\Command::query | SELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=101) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (1537, 1536, 1535)) GROUP BY "object_id" |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking permission: updateTask |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Accountant |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Engineer |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking permission: deleteTask |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Accountant |
11:18:07.033 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Engineer |
11:18:07.034 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:07.035 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
11:18:07.035 | 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', 1001, 5, 'vue/task/list', '{"TaskSearch":{"head_of":["1001"],"status":"0"},"Filter":{"name":"created_at","sort":"DESC"},"page":"1","web_access_token":"IB4L4uAW8bjXvE6-5qxkaUjtqmmYbCm_"}', '{"code":2000,"result":{"list":[{"id":1537,"task_group_id":187,"title":"\u6295\u6807\u4fdd\u8bc1\u91d1\u7f34\u7eb3","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-16 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:58:29","updated_at":"2024-05-10 13:58:29","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1536,"task_group_id":187,"title":"\u5236\u4f5c\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-23 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:46","updated_at":"2024-05-10 13:57:58","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"},{"id":1535,"task_group_id":187,"title":"\u8d2d\u4e70\u6807\u4e66","description":"","client_id":"","head_of":1001,"status":0,"target_completed_at":"2024-05-11 00:00:00","completed_at":"","created_by":1001,"created_at":"2024-05-10 13:57:33","updated_at":"2024-05-10 13:57:33","is_important":0,"complete_description":"","weight":0,"headOf":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"taskGroup":{"id":187,"key":187,"name":"\u5ea6\u5c0f\u6ee1\u5b89\u5168\u6295\u6807\u9879\u76ee-\u62d3\u5b9e\u79d1\u6280","project_id":1972,"client_id":1956,"head_of":1001,"status":0,"target_completed_at":"2024-05-31 00:00:00","client":{"id":1956,"key":1956,"name":"\u5ea6\u5c0f\u6ee1\u79d1\u6280(\u5317\u4eac)\u6709\u9650\u516c\u53f8","sales_rep":1001,"logo":""},"project":{"id":1972,"key":1972,"name":"Fire-eye\u7f51\u7edc\u90ae\u4ef6\u6c99\u7bb1\u7cfb\u7edf\u91c7\u8d2d"},"taskGroupHeadOfRelationships":[{"id":513,"task_group_id":187,"user_id":1011},{"id":512,"task_group_id":187,"user_id":1001}],"isHeadOf":{"id":512,"task_group_id":187,"user_id":1001},"bgcolor":"#e5000a","status_display":"\u8fdb\u884c\u4e2d"},"commentCount":{"object_id":1535,"comment":3},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"unreadComments":{},"remain_time":"\u8d85\u65f6","target_completed_at_display":"","unread":0,"can_update":true,"can_delete":true,"can_select":true,"bgcolor":"#e5000a","is_important_display":"\u666e\u901a","status_display":"\u8fdb\u884c\u4e2d"}],"can_create":true,"pagenation":{"totalcount":3,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-06-30 11:18:07') RETURNING "id" |
11:18:07.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
11:18:07.040 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |