| Time | Level | Category | Message |
|---|---|---|---|
| 18:48:31.681 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 18:48:31.681 | trace | yii\base\Module::getModule | Loading module: debug |
| 18:48:31.681 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 18:48:31.682 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 18:48:31.682 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 18:48:31.684 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.688 | info | time tracing start | 1782816511688496128 |
| 18:48:31.688 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 18:48:31.688 | trace | yii\web\Application::handleRequest | Route requested: 'vue/tax/purchase-invoice-get-filter' |
| 18:48:31.688 | trace | yii\base\Module::getModule | Loading module: vue |
| 18:48:31.798 | info | yii\web\Session::open | Session started |
| 18:48:31.799 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 18:48:31.799 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 18:48:31.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.801 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:48:31.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.802 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:48:31.802 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 18:48:31.803 | trace | yii\base\Controller::runAction | Route to run: vue/tax/purchase-invoice-get-filter |
| 18:48:31.804 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.806 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 18:48:31.806 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\TaxController::actionPurchaseInvoiceGetFilter() |
| 18:48:31.808 | info | yii\db\Command::query | SELECT "user_id" FROM "a57be577deb434"."tbl_user_role_change_logs" "urcl" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON urcl.user_id = u.id WHERE ("role_name"='CommercialAttache') AND (((start_from < end_at) or end_at is null)) AND (tsrange(start_from::TIMESTAMP, end_at::TIMESTAMP, '[)') && '[2026-06-30 18:48:31, 2026-06-30 18:48:31]'::tsrange) GROUP BY "user_id", "pinyin1", "namecut1", "pinyin2", "namecut2", "pinyin3", "namecut3", "pinyin4", "namecut4" 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 |
| 18:48:31.813 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.813 | 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_user_role_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
| 18:48:31.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_user_role_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
| 18:48:31.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:48:31.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |
| 18:48:31.825 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.827 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.828 | info | yii\db\Command::query | SELECT "id", "id" AS "key", "name", "department_id", "pinyin_shortcut" FROM "a57be577deb434"."tbl_users" WHERE ("id" IN (SELECT distinct pci.created_by FROM "a57be577deb434"."tbl_purchase_contract_invoices" "pci")) AND ("user_status"='1') |
| 18:48:31.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.830 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:48:31.831 | 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/tax/purchase-invoice-get-filter', '[]', '{"code":2000,"result":{"PurchaseContractInvoiceSearch[is_contract_cancel]":{"key":"PurchaseContractInvoiceSearch[is_contract_cancel]","name":"\u662f\u5426\u5df2\u9000\u5355","value":[{"key":"0","name":"\u5426"},{"key":"1","name":"\u662f"}],"default":""},"PurchaseContractInvoiceSearch[from_date_period]":{"key":"PurchaseContractInvoiceSearch[from_date_period]","name":"\u5f00\u7968\u65e5\u671f","value":[{"key":"thisweek","name":"\u672c\u5468"},{"key":"lastweek","name":"\u4e0a\u5468"},{"key":"thismonth","name":"\u672c\u6708"},{"key":"lastmonth","name":"\u4e0a\u6708"},{"key":"thisseason","name":"\u672c\u5b63\u5ea6"},{"key":"lastseason","name":"\u4e0a\u5b63\u5ea6"},{"key":"currentfascalyear","name":"\u672c\u8d22\u5e74"}],"default":""},"PurchaseContractInvoiceSearch[verify_at_period]":{"key":"PurchaseContractInvoiceSearch[verify_at_period]","name":"\u8ba4\u8bc1\u65e5\u671f","value":[{"key":"thisweek","name":"\u672c\u5468"},{"key":"lastweek","name":"\u4e0a\u5468"},{"key":"thismonth","name":"\u672c\u6708"},{"key":"lastmonth","name":"\u4e0a\u6708"},{"key":"thisseason","name":"\u672c\u5b63\u5ea6"},{"key":"lastseason","name":"\u4e0a\u5b63\u5ea6"},{"key":"currentfascalyear","name":"\u672c\u8d22\u5e74"}],"default":""},"PurchaseContractInvoiceSearch[is_verify]":{"key":"PurchaseContractInvoiceSearch[is_verify]","name":"\u8ba4\u8bc1\u72b6\u6001","value":[{"id":0,"key":0,"name":"\u672a\u8ba4\u8bc1"},{"id":1,"key":1,"name":"\u5df2\u8ba4\u8bc1"}],"default":""},"PurchaseContractInvoiceSearch[invoice_type]":{"key":"PurchaseContractInvoiceSearch[invoice_type]","name":"\u53d1\u7968\u7c7b\u578b","value":[{"id":1,"key":1,"name":"\u6570\u7535\u4e13\u7968"},{"id":2,"key":2,"name":"\u6570\u7535\u666e\u7968"},{"id":3,"key":3,"name":"\u7eb8\u8d28\u4e13\u7528\u53d1\u7968"},{"id":4,"key":4,"name":"\u7eb8\u8d28\u666e\u901a\u53d1\u7968"},{"id":-1,"key":-1,"name":"\u7ea2\u5b57\u53d1\u7968"}],"default":""},"PurchaseContractInvoiceSearch[outbound]":{"key":"PurchaseContractInvoiceSearch[outbound]","name":"\u6838\u9500\u72b6\u6001","value":[{"id":1,"key":1,"name":"\u5df2\u6838\u9500"},{"id":0,"key":0,"name":"\u672a\u6838\u9500"}],"default":""},"PurchaseContractInvoiceSearch[handler]":{"key":"PurchaseContractInvoiceSearch[handler]","name":"\u7ecf\u624b\u4eba","value":[{"key":1011,"name":"\u97e9\u96c5\u82b3"},{"key":1013,"name":"\u7fc1\u5bb6\u6210"},{"key":5360,"name":"\u5f20\u7ea2\u82b3"}],"default":""},"PurchaseContractInvoiceSearch[created_by]":{"key":"PurchaseContractInvoiceSearch[created_by]","name":"\u521b\u5efa\u4eba","value":[{"id":1013,"key":1013,"name":"\u7fc1\u5bb6\u6210","department_id":7,"pinyin_shortcut":"wjc"},{"id":5360,"key":5360,"name":"\u5f20\u7ea2\u82b3","department_id":3,"pinyin_shortcut":"zhf"},{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","department_id":3,"pinyin_shortcut":"hyf"},{"id":5252,"key":5252,"name":"\u738b\u7b11\u7b11","department_id":6,"pinyin_shortcut":"wxx"},{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","department_id":4,"pinyin_shortcut":"lrc"}],"default":""},"PurchaseContractInvoiceSearch[created_at_period]":{"key":"PurchaseContractInvoiceSearch[created_at_period]","name":"\u521b\u5efa\u65e5\u671f","value":[{"key":"thisweek","name":"\u672c\u5468"},{"key":"lastweek","name":"\u4e0a\u5468"},{"key":"thismonth","name":"\u672c\u6708"},{"key":"lastmonth","name":"\u4e0a\u6708"},{"key":"thisseason","name":"\u672c\u5b63\u5ea6"},{"key":"lastseason","name":"\u4e0a\u5b63\u5ea6"},{"key":"currentfascalyear","name":"\u672c\u8d22\u5e74"}],"default":""},"PurchaseContractInvoiceSearch[is_cancel]":{"key":"PurchaseContractInvoiceSearch[is_cancel]","name":"\u53d1\u7968\u72b6\u6001","value":[{"id":0,"key":0,"name":"\u6b63\u5e38"},{"id":1,"key":1,"name":"\u5df2\u4f5c\u5e9f"}],"default":""},"PurchaseContractInvoiceSearch[is_draft]":{"key":"PurchaseContractInvoiceSearch[is_draft]","name":"\u662f\u5426\u8349\u7a3f","value":[{"id":0,"key":0,"name":"\u5426"},{"id":1,"key":1,"name":"\u662f"}],"default":""},"Filter[name]":{"key":"Filter[name]","name":"\u65f6\u95f4\u6392\u5e8f","value":[{"key":"from_date","name":"\u5f00\u7968\u65e5\u671f"},{"key":"updated_at","name":"\u66f4\u65b0\u65f6\u95f4"},{"key":"created_at","name":"\u521b\u5efa\u65f6\u95f4"},{"key":"amount","name":"\u91d1\u989d"}],"default":""},"Filter[sort]":{"key":"Filter[sort]","name":"\u6392\u5e8f\u65b9\u5f0f","value":[{"key":"ASC","name":"\u6b63\u5e8f"},{"key":"DESC","name":"\u5012\u5e8f"}],"default":"DESC"}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-06-30 18:48:31', 142383872) RETURNING "id" |
| 18:48:31.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:48:31.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |