| Time | Level | Category | Message |
|---|---|---|---|
| 11:47:55.788 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 11:47:55.788 | trace | yii\base\Module::getModule | Loading module: debug |
| 11:47:55.789 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 11:47:55.789 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 11:47:55.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 11:47:55.790 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.790 | info | time tracing start | 1781063275790636032 |
| 11:47:55.791 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 11:47:55.791 | trace | yii\web\Application::handleRequest | Route requested: 'vue/erp-inventory-product/product-get-label' |
| 11:47:55.791 | trace | yii\base\Module::getModule | Loading module: vue |
| 11:47:55.792 | info | yii\web\Session::open | Session started |
| 11:47:55.793 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 11:47:55.793 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 11:47:55.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.799 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 11:47:55.800 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 11:47:55.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 11:47:55.804 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 11:47:55.807 | trace | yii\base\Controller::runAction | Route to run: vue/erp-inventory-product/product-get-label |
| 11:47:55.807 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.809 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 11:47:55.810 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\ErpInventoryProductController::actionProductGetLabel() |
| 11:47:55.810 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_erp_stores" WHERE "is_delete"=FALSE ORDER BY "sort" |
| 11:47:55.811 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.811 | 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_erp_stores' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
| 11:47:55.819 | 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_erp_stores' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
| 11:47:55.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 11:47:55.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 11:47:55.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 11:47:55.838 | 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/erp-inventory-product/product-get-label', '{"web_access_token":"x0LWxNxY1IWpHbWh_3nnhDQVjp8ngz97"}', '{"code":2000,"result":{"label":[{"field":"pageIndex","title":"\u5e8f\u53f7","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"name","title":"\u4ea7\u54c1\u578b\u53f7","id":"","is_click":true,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"productSerie.name","title":"\u4ea7\u54c1\u7cfb\u5217","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"productBrand.name","title":"\u4ea7\u54c1\u54c1\u724c","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"productType.name","title":"\u4ea7\u54c1\u5927\u7c7b","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"productComponent.name","title":"\u4ea7\u54c1\u5c0f\u7c7b","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"productUnit.name","title":"\u4ea7\u54c1\u5355\u4f4d","id":"","is_click":false,"isprice":false,"sortKey":"","hasParamKey":"","params":[]},{"field":"erpInventoryCount.inventory_available","title":"\u5e93\u5b58\u6570\u91cf","subField":"erpInventoryCount.inventory","subLabel":"\u53ef\u7528","id":"","is_click":true,"isprice":false,"sortKey":"inventory_available","hasParamKey":["inventory","ticket_type"],"params":{"inventory":1,"ticket_type":[20002,20005,20030,20006,20010,20009]}},{"field":"erpInventoryCount2.avg_amount","title":"\u5355\u4ef7","id":"","is_click":false,"isprice":true,"sortKey":"actual_amount","hasParamKey":[],"params":[]},{"field":"erpInventoryCount2.amount","title":"\u603b\u4ef7","id":"","is_click":false,"isprice":true,"sortKey":"actual_total_amount","hasParamKey":[],"params":[]},{"field":"everyStoreErpInventoryCount1.inventory","title":"\u62d3\u5b9e\u4ed3\u5e93","id":1,"is_click":true,"isprice":false,"sortKey":"","hasParamKey":["erp_store_id","inventory","ticket_type"],"params":{"inventory":1,"erp_store_id":1,"ticket_type":[20002,20005,20030,20006,20010,20009]}},{"field":"everyStoreErpInventoryCount2.inventory","title":"\u96f6\u914d\u4ef6","id":2,"is_click":true,"isprice":false,"sortKey":"","hasParamKey":["erp_store_id","inventory","ticket_type"],"params":{"inventory":1,"erp_store_id":2,"ticket_type":[20002,20005,20030,20006,20010,20009]}},{"field":"erpInventoryCount.number","title":"\u5df2\u5165\u5e93","id":"","is_click":true,"isprice":false,"sortKey":"","hasParamKey":["inventory","ticket_type"],"params":{"inventory":1,"ticket_type":[20002,20005,20030,20006,20010,20009]}},{"field":"erpInventoryCount.outbound","title":"\u5df2\u51fa\u5e93","isprice":false,"id":"","is_click":true,"sortKey":"","hasParamKey":["inventory","ticket_type"],"params":{"inventory":"","ticket_type":[20004,20005,20030,20008,20011]}}]},"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_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/147.0.0.0 Safari\/537.36"}', FALSE, '2026-06-10 11:47:55', 47747840) RETURNING "id" |
| 11:47:55.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 11:47:55.840 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |