| 18:10:58.821 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 18:10:58.821 | trace | yii\base\Module::getModule | Loading module: debug |
| 18:10:58.822 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 18:10:58.823 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 18:10:58.823 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 18:10:58.824 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.825 | info | time tracing start | 1782900658825846784 |
| 18:10:58.826 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 18:10:58.826 | trace | yii\web\Application::handleRequest | Route requested: 'v2/reimbursement/of-client' |
| 18:10:58.826 | trace | yii\base\Module::getModule | Loading module: v2 |
| 18:10:58.827 | info | yii\web\Session::open | Session started |
| 18:10:58.829 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 18:10:58.829 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC' |
| 18:10:58.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.831 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:58.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.832 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:58.832 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
| 18:10:58.833 | trace | yii\base\Controller::runAction | Route to run: v2/reimbursement/of-client |
| 18:10:58.834 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.836 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 18:10:58.836 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\ReimbursementController::actionOfClient() |
| 18:10:58.836 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE ("id"='3459') AND ("deleted"=FALSE) |
| 18:10:58.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.837 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:58.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:58.838 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.839 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.840 | info | yii\db\Command::query | SELECT "id" FROM "a57be577deb434"."tbl_users" WHERE "user_status"='1' ORDER BY "id" |
| 18:10:58.842 | 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"='3459') GROUP BY "r"."id" ORDER BY "r"."created_at" DESC) "c" |
| 18:10:58.848 | 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"='3459') GROUP BY "r"."id" ORDER BY "r"."created_at" DESC LIMIT 10 |
| 18:10:58.853 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:58.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:58.854 | 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, 1160, 'v2/reimbursement/of-client', '{"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"2","id":"3459","posttime":"1782900608","token":"fef8f6008c14b9767502b04bc64dd15b","version_code":"1160"}', '{"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":"223.104.41.184","ua":"jinchangxiao\/2.3.157 (iPhone 12; iOS 26.5; Scale\/3.00)"}', FALSE, '2026-07-01 18:10:58', 28489216) RETURNING "id" |