| Time | Level | Category | Message |
|---|---|---|---|
| 12:46:36.483 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 12:46:36.483 | trace | yii\base\Module::getModule | Loading module: debug |
| 12:46:36.484 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 12:46:36.484 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 12:46:36.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 12:46:36.484 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.484 | info | time tracing start | 1780289196484827904 |
| 12:46:36.484 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 12:46:36.484 | trace | yii\web\Application::handleRequest | Route requested: 'vue/service/list' |
| 12:46:36.484 | trace | yii\base\Module::getModule | Loading module: vue |
| 12:46:36.485 | info | yii\web\Session::open | Session started |
| 12:46:36.485 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 12:46:36.485 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 12:46:36.486 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 12:46:36.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.487 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 12:46:36.487 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 12:46:36.488 | trace | yii\base\Controller::runAction | Route to run: vue/service/list |
| 12:46:36.488 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.489 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 12:46:36.489 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\ServiceController::actionList() |
| 12:46:36.490 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.490 | 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_services' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
| 12:46:36.494 | 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_services' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
| 12:46:36.507 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 12:46:36.508 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 12:46:36.508 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT "s".* FROM "a57be577deb434"."tbl_services" "s" LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON s.brand_id = pb.id LEFT JOIN "a57be577deb434"."tbl_service_type" "st" ON s.type_id = st.id WHERE "s"."is_delete"=FALSE GROUP BY "s"."id" ORDER BY "s"."is_stop", "sort", "is_delete", "created_at" DESC) "c" |
| 12:46:36.512 | info | yii\db\Command::query | SELECT "s".* FROM "a57be577deb434"."tbl_services" "s" LEFT JOIN "a57be577deb434"."tbl_product_brands" "pb" ON s.brand_id = pb.id LEFT JOIN "a57be577deb434"."tbl_service_type" "st" ON s.type_id = st.id WHERE "s"."is_delete"=FALSE GROUP BY "s"."id" ORDER BY "s"."is_stop", "sort", "is_delete", "created_at" DESC LIMIT 20 |
| 12:46:36.514 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_product_brands" WHERE "id"=33 |
| 12:46:36.514 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "title" AS "name" FROM "a57be577deb434"."tbl_service_type" WHERE "id" IN (9, 1, 2) |
| 12:46:36.515 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (1013, 1001) |
| 12:46:36.516 | 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" IN (1001, 1013)) |
| 12:46:36.516 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (4, 7) |
| 12:46:36.516 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.517 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.518 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 12:46:36.518 | 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/service/list', '{"web_access_token":"YNQKwEYJYN8muCSh8ExnNlBf2oepDAlv"}', '{"code":2000,"result":{"list":[{"id":273,"serial_no":"FA01","title":"\u6280\u672f\u65b9\u6848-\u4e00\u7ea7\u6587\u6863","brand_id":33,"type_id":9,"points":150,"points_off_time":150,"points_holiday":150,"description":["\u6280\u672f\u65b9\u6848-\u6587\u6863"],"created_by":1013,"created_at":"2021-05-31 07:39:33","updated_at":"2026-04-23 16:32:29","is_delete":false,"sort":3,"is_stop":false,"brand":{"id":33,"key":33,"name":"Toast"},"type":{"id":9,"key":9,"name":"\u6280\u672f\u57f9\u8bad"},"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7,"avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"},"department":{"id":7,"key":7,"name":"\u5e93\u623f\u90e8"}},"can_update":true,"can_delete":true,"can_stop":true,"can_start":false,"bgcolor":"#89c541"},{"id":234,"serial_no":"ZH02","title":"\u7efc\u5408\u670d\u52a1\u5168\u5929","brand_id":33,"type_id":1,"points":50,"points_off_time":50,"points_holiday":50,"description":["\u7efc\u5408\u670d\u52a1"],"created_by":1013,"created_at":"2018-11-26 16:21:54","updated_at":"2021-01-12 16:45:19","is_delete":false,"sort":10,"is_stop":false,"brand":{"id":33,"key":33,"name":"Toast"},"type":{"id":1,"key":1,"name":"\u5b89\u88c5\u670d\u52a1"},"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7,"avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"},"department":{"id":7,"key":7,"name":"\u5e93\u623f\u90e8"}},"can_update":true,"can_delete":true,"can_stop":true,"can_start":false,"bgcolor":"#89c541"},{"id":233,"serial_no":"ZH01","title":"\u7efc\u5408\u670d\u52a1\u534a\u5929","brand_id":33,"type_id":1,"points":25,"points_off_time":25,"points_holiday":25,"description":["\u7efc\u5408\u670d\u52a1"],"created_by":1013,"created_at":"2018-11-26 16:21:22","updated_at":"2026-02-26 11:06:00","is_delete":false,"sort":11,"is_stop":false,"brand":{"id":33,"key":33,"name":"Toast"},"type":{"id":1,"key":1,"name":"\u5b89\u88c5\u670d\u52a1"},"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7,"avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"},"department":{"id":7,"key":7,"name":"\u5e93\u623f\u90e8"}},"can_update":true,"can_delete":true,"can_stop":true,"can_start":false,"bgcolor":"#89c541"},{"id":230,"serial_no":"TOAST01","title":"\u54a8\u8be2\u670d\u52a1","brand_id":33,"type_id":2,"points":50,"points_off_time":50,"points_holiday":100,"description":["\u54a8\u8be2\u670d\u52a1"],"created_by":1001,"created_at":"2018-09-07 20:03:43","updated_at":"2022-01-04 14:34:32","is_delete":false,"sort":14,"is_stop":false,"brand":{"id":33,"key":33,"name":"Toast"},"type":{"id":2,"key":2,"name":"\u54a8\u8be2\u670d\u52a1"},"createdBy":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","department_id":4,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/\/avatar\/e868e40f-1256-329e-9b1c-74e095049622.png"},"department":{"id":4,"key":4,"name":"\u603b\u7ecf\u7406"}},"can_update":true,"can_delete":true,"can_stop":true,"can_start":false,"bgcolor":"#89c541"},{"id":240,"serial_no":"ZH03","title":"\u7efc\u5408\u670d\u52a1\u5927\u534a\u5929","brand_id":33,"type_id":1,"points":38,"points_off_time":38,"points_holiday":38,"description":["\u7efc\u5408\u670d\u52a1"],"created_by":1013,"created_at":"2020-04-17 10:47:35","updated_at":"2026-04-22 16:13:03","is_delete":false,"sort":4,"is_stop":true,"brand":{"id":33,"key":33,"name":"Toast"},"type":{"id":1,"key":1,"name":"\u5b89\u88c5\u670d\u52a1"},"createdBy":{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","sex":"M","department_id":7,"avatar":{"id":34,"user_id":1013,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25ef1fe7-8dda-3daa-b8ea-9fabd0a47439.png"},"department":{"id":7,"key":7,"name":"\u5e93\u623f\u90e8"}},"can_update":true,"can_delete":true,"can_stop":false,"can_start":true,"bgcolor":"#89c541"}],"can_sort":true,"can_create":true,"can_delete":true,"can_update":true,"pagenation":{"totalcount":5,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-01 12:46:36', 33904128) RETURNING "id" |
| 12:46:36.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 12:46:36.520 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |