| 19:53:02.124 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 19:53:02.124 | trace | yii\base\Module::getModule | Loading module: debug |
| 19:53:02.125 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 19:53:02.132 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 19:53:02.133 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 19:53:02.136 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.143 | info | time tracing start | 1783684382143712000 |
| 19:53:02.144 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 19:53:02.144 | trace | yii\web\Application::handleRequest | Route requested: 'v2/reimbursement/of-client' |
| 19:53:02.144 | trace | yii\base\Module::getModule | Loading module: v2 |
| 19:53:02.145 | info | yii\web\Session::open | Session started |
| 19:53:02.147 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 19:53:02.158 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm' |
| 19:53:02.191 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.202 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 19:53:02.213 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.216 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 19:53:02.227 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
| 19:53:02.260 | trace | yii\base\Controller::runAction | Route to run: v2/reimbursement/of-client |
| 19:53:02.261 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.274 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 19:53:02.274 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\ReimbursementController::actionOfClient() |
| 19:53:02.274 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE ("id"='3354') AND ("deleted"=FALSE) |
| 19:53:02.307 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.310 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 19:53:02.321 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.332 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 19:53:02.343 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.355 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.367 | info | yii\db\Command::query | SELECT "id" FROM "a57be577deb434"."tbl_users" WHERE "user_status"='1' ORDER BY "id" |
| 19:53:02.401 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT DISTINCT r.*, CASE WHEN r.status = 2 THEN 1 ELSE 0 END as settlesort FROM "a57be577deb434"."tbl_reimbursements" "r" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON r.created_by = u.id LEFT JOIN "a57be577deb434"."tbl_reimbursement_verify_rels" "rvr" ON rvr.reimbursement_id = r.id LEFT JOIN "a57be577deb434"."tbl_reimbursement_settle_rels" "rsr" ON rsr.reimbursement_id = r.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 15 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt2" ON dt2.object_id = r.id AND dt2.term_id = 18 AND dt2.object_type = 7 LEFT JOIN "a57be577deb434"."tbl_reimbursement_carbon_copy_rels" "rccr" ON rccr.reimbursement_id = r.id WHERE (("r"."status" != 0) OR ("r"."created_by"=1000)) AND (("r"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476, 5499, 5500)) OR ("rccr"."user_id"=1000) OR ("rsr"."user_id"=1000) OR ("rvr"."user_id"=1000)) AND ("r"."client_id"='3354') GROUP BY "r"."id" ORDER BY "r"."created_at" DESC) "c" |
| 19:53:02.415 | info | yii\db\Command::query | SELECT DISTINCT r.*, CASE WHEN r.status = 2 THEN 1 ELSE 0 END as settlesort FROM "a57be577deb434"."tbl_reimbursements" "r" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON r.created_by = u.id LEFT JOIN "a57be577deb434"."tbl_reimbursement_verify_rels" "rvr" ON rvr.reimbursement_id = r.id LEFT JOIN "a57be577deb434"."tbl_reimbursement_settle_rels" "rsr" ON rsr.reimbursement_id = r.id LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = r.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt1" ON dt1.object_id = r.id AND dt1.term_id = 15 LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "dt2" ON dt2.object_id = r.id AND dt2.term_id = 18 AND dt2.object_type = 7 LEFT JOIN "a57be577deb434"."tbl_reimbursement_carbon_copy_rels" "rccr" ON rccr.reimbursement_id = r.id WHERE (("r"."status" != 0) OR ("r"."created_by"=1000)) AND (("r"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476, 5499, 5500)) OR ("rccr"."user_id"=1000) OR ("rsr"."user_id"=1000) OR ("rvr"."user_id"=1000)) AND ("r"."client_id"='3354') GROUP BY "r"."id" ORDER BY "r"."created_at" DESC LIMIT 10 |
| 19:53:02.421 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 19:53:02.422 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 19:53:02.422 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1000, 2, 1161, 'v2/reimbursement/of-client', '{"access_token":"wXfR6UQn7fW_MTEa9o-7H8Ixg0fJU0Zm","device_type":"2","id":"3354","posttime":"1783684352","token":"7e6a760053d66d4eaac50372dfe24d12","version_code":"1161"}', '{"code":200,"data":{"list":[],"pagenation":{"totalcount":0,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"117.176.186.26","ua":"jinchangxiao\/2.3.158 (iPhone 12 mini; iOS 26.2; Scale\/3.00)"}', FALSE, '2026-07-10 19:53:02', 278718976) RETURNING "id" |