Log Messages

总计53条数据
TimeLevelCategoryMessage
 
17:04:20.903traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:04:20.903traceyii\base\Module::getModuleLoading module: debug
17:04:20.904traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:04:20.904traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
17:04:20.904traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:04:20.904traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.904traceyii\base\Module::getModuleLoading module: gii
17:04:20.904traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
17:04:20.904traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
17:04:20.904traceyii\web\Application::handleRequestRoute requested: 'v2/reimbursement/save-recognize'
17:04:20.904traceyii\base\Module::getModuleLoading module: v2
17:04:20.905infoyii\web\Session::openSession started
17:04:20.906infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
17:04:20.908infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om'
17:04:20.912traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.912traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.912traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.913traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.913infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
17:04:20.915traceyii\base\Controller::runActionRoute to run: v2/reimbursement/save-recognize
17:04:20.915traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.917traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
17:04:20.917traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\ReimbursementController::actionSaveRecognize()
17:04:20.919traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.919traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.919infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "name"='saler_name_0'
17:04:20.920infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_reimbursements" ("status", "amount", "occurrence_at", "created_by") VALUES (0, '301.8', '2025-09-11 00:00:00', 1000) RETURNING "id"
17:04:20.928traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.928traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.928infoyii\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\Reimbursements', 8162, 'a:18:{s:2:"id";i:8162;s:6:"status";i:0;s:6:"amount";s:5:"301.8";s:13:"occurrence_at";s:19:"2025-09-11 00:00:00";s:18:"settle_accounts_at";N;s:18:"settle_accounts_by";N;s:11:"description";N;s:10:"created_by";i:1000;s:10:"created_at";N;s:10:"updated_at";N;s:18:"refuse_description";N;s:9:"client_id";N;s:10:"project_id";N;s:16:"next_verify_user";N;s:13:"is_resubmited";N;s:11:"work_log_id";N;s:12:"pre_sales_id";N;s:19:"implement_record_id";N;}', '', 1000, '114.246.237.213')
17:04:20.929infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachments" WHERE "id"='28141'
17:04:20.930traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.930traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.959infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_attachments" ("name", "path", "orig_name", "extension", "file_type", "file_size", "ip_address", "created_by") VALUES ('a1d08019-f732-38a1-9216-2f3129f80f03', '/var/www/beta/web/files/protected/a57be577deb434/2025/09/', 'screenshot_20250624_150833.jpg', 'jpg', 'image', 11966, '114.246.237.213', 1000) RETURNING "id"
17:04:20.960infoyii\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\Attachments', 28142, 'a:10:{s:2:"id";i:28142;s:9:"orig_name";s:30:"screenshot_20250624_150833.jpg";s:4:"path";s:57:"/var/www/beta/web/files/protected/a57be577deb434/2025/09/";s:4:"name";s:36:"a1d08019-f732-38a1-9216-2f3129f80f03";s:9:"extension";s:3:"jpg";s:9:"file_size";i:11966;s:10:"ip_address";s:15:"114.246.237.213";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"file_type";s:5:"image";}', '', 1000, '114.246.237.213')
17:04:20.961traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:20.961infoyii\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_attachement_relationships' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
17:04:20.965infoyii\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_attachement_relationships' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
17:04:20.969traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:20.969traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
17:04:20.970infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (19, 8162, 28142) RETURNING "id"
17:04:20.973infoyii\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\AttachmentRelationships', 49534, 'a:4:{s:2:"id";i:49534;s:11:"object_type";i:19;s:9:"object_id";i:8162;s:13:"attachment_id";i:28142;}', '', 1000, '114.246.237.213')
17:04:20.974infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "name"='saler_name_5'
17:04:20.975infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_reimbursements" ("status", "amount", "occurrence_at", "created_by") VALUES (0, '387.23', '2025-09-05 00:00:00', 1000) RETURNING "id"
17:04:20.976infoyii\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\Reimbursements', 8163, 'a:18:{s:2:"id";i:8163;s:6:"status";i:0;s:6:"amount";s:6:"387.23";s:13:"occurrence_at";s:19:"2025-09-05 00:00:00";s:18:"settle_accounts_at";N;s:18:"settle_accounts_by";N;s:11:"description";N;s:10:"created_by";i:1000;s:10:"created_at";N;s:10:"updated_at";N;s:18:"refuse_description";N;s:9:"client_id";N;s:10:"project_id";N;s:16:"next_verify_user";N;s:13:"is_resubmited";N;s:11:"work_log_id";N;s:12:"pre_sales_id";N;s:19:"implement_record_id";N;}', '', 1000, '114.246.237.213')
17:04:20.977infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachments" WHERE "id"='28141'
17:04:21.002infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_attachments" ("name", "path", "orig_name", "extension", "file_type", "file_size", "ip_address", "created_by") VALUES ('5c3c02fd-6d39-3ff8-a27c-801fbb72d39c', '/var/www/beta/web/files/protected/a57be577deb434/2025/09/', 'screenshot_20250624_150833.jpg', 'jpg', 'image', 10569, '114.246.237.213', 1000) RETURNING "id"
17:04:21.003infoyii\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\Attachments', 28143, 'a:10:{s:2:"id";i:28143;s:9:"orig_name";s:30:"screenshot_20250624_150833.jpg";s:4:"path";s:57:"/var/www/beta/web/files/protected/a57be577deb434/2025/09/";s:4:"name";s:36:"5c3c02fd-6d39-3ff8-a27c-801fbb72d39c";s:9:"extension";s:3:"jpg";s:9:"file_size";i:10569;s:10:"ip_address";s:15:"114.246.237.213";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"file_type";s:5:"image";}', '', 1000, '114.246.237.213')
17:04:21.004infoyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_attachement_relationships" ("object_type", "object_id", "attachment_id") VALUES (19, 8163, 28143) RETURNING "id"
17:04:21.005infoyii\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\AttachmentRelationships', 49535, 'a:4:{s:2:"id";i:49535;s:11:"object_type";i:19;s:9:"object_id";i:8163;s:13:"attachment_id";i:28143;}', '', 1000, '114.246.237.213')
17:04:21.006traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:04:21.006traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:04:21.006infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 6, 170, 'v2/reimbursement/save-recognize', '{"InvoiceRecognize":[{"saler_name":"saler_name_0","purchaser_name":"purchaser_name_0","serial_no":"29324483596713671918","occurrence_at":"2025-09-11 00:00:00","amount":"301.8","invoice_duplicated":"0","attachment_id":"28141","x0":"27","y0":"50","x1":"474","y1":"50","x2":"474","y2":"451","x3":"27","y3":"451"},{"saler_name":"saler_name_5","purchaser_name":"purchaser_name_5","serial_no":"78173915776389475926","occurrence_at":"2025-09-05 00:00:00","amount":"387.23","invoice_duplicated":"1","attachment_id":"28141","x0":"46","y0":"15","x1":"424","y1":"15","x2":"424","y2":"466","x3":"46","y3":"466"}],"posttime":"1757667861","access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","device_type":"6","version_code":"170","token":"dd5236813811d2d3ced4f5d3cf26f96e"}', '{"code":200,"data":{"success":2},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-09-12 17:04:21') RETURNING "id"