| 17:35:29.550 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 17:35:29.550 | trace | yii\base\Module::getModule | Loading module: debug |
| 17:35:29.551 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 17:35:29.558 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 17:35:29.558 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 17:35:29.561 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.564 | info | time tracing start | 1782293729564687872 |
| 17:35:29.564 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 17:35:29.564 | trace | yii\web\Application::handleRequest | Route requested: 'v2/contact/of-client' |
| 17:35:29.564 | trace | yii\base\Module::getModule | Loading module: v2 |
| 17:35:29.566 | info | yii\web\Session::open | Session started |
| 17:35:29.567 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 17:35:29.571 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC' |
| 17:35:29.580 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.583 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:35:29.586 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.589 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:35:29.594 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
| 17:35:29.617 | trace | yii\base\Controller::runAction | Route to run: v2/contact/of-client |
| 17:35:29.617 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.623 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 17:35:29.623 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\ContactController::actionOfClient() |
| 17:35:29.623 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE ("id"='3459') AND ("deleted"=FALSE) |
| 17:35:29.639 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.645 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:35:29.648 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
c.*,
CASE WHEN count(cm.id) != 0 THEN 1 ELSE null END as mp_open_id
FROM "a57be577deb434"."tbl_contacts" "c" LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = c.client_id LEFT JOIN "a57be577deb434"."tbl_contact_mobiles" "cm" ON c.id = cm.contact_id AND cm.mp_open_id IS NOT NULL WHERE "client"."id"='3459' GROUP BY "c"."id" ORDER BY (case c.user_status when 3 then 1 when 1 then 0 else c.user_status end) DESC, c.updated_at DESC) "c" |
| 17:35:29.677 | info | yii\db\Command::query | SELECT
c.*,
CASE WHEN count(cm.id) != 0 THEN 1 ELSE null END as mp_open_id
FROM "a57be577deb434"."tbl_contacts" "c" LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = c.client_id LEFT JOIN "a57be577deb434"."tbl_contact_mobiles" "cm" ON c.id = cm.contact_id AND cm.mp_open_id IS NOT NULL WHERE "client"."id"='3459' GROUP BY "c"."id" ORDER BY (case c.user_status when 3 then 1 when 1 then 0 else c.user_status end) DESC, c.updated_at DESC LIMIT 10 |
| 17:35:29.703 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:35:29.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:35:29.713 | 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, 0, 274, 'v2/contact/of-client', '{"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"0","version_code":"274","id":"3459","page":"1","token":"4c8e8471a7dbcd679d0e07250e8b6342","posttime":"1782293729","pagesize":"10"}', '{"code":200,"data":{"list":[],"pagenation":{"totalcount":0,"thispage":1,"pagesize":10}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"ip":"110.81.108.78","ua":"jinchangxiao\/2.3.174 (XiaomiMi 10; Android 13)"}', FALSE, '2026-06-24 17:35:29', 148039168) RETURNING "id" |