| 18:10:52.843 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 18:10:52.843 | trace | yii\base\Module::getModule | Loading module: debug |
| 18:10:52.844 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 18:10:52.850 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 18:10:52.851 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 18:10:52.854 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.870 | info | time tracing start | 1782900652870724864 |
| 18:10:52.871 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 18:10:52.871 | trace | yii\web\Application::handleRequest | Route requested: 'v2/contact/of-client' |
| 18:10:52.871 | trace | yii\base\Module::getModule | Loading module: v2 |
| 18:10:52.872 | info | yii\web\Session::open | Session started |
| 18:10:52.873 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 18:10:52.875 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC' |
| 18:10:52.884 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.889 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:52.895 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.906 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:52.917 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
| 18:10:52.927 | trace | yii\base\Controller::runAction | Route to run: v2/contact/of-client |
| 18:10:52.927 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.940 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 18:10:52.940 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\ContactController::actionOfClient() |
| 18:10:52.941 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE ("id"='3459') AND ("deleted"=FALSE) |
| 18:10:52.948 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.959 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:52.971 | 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" |
| 18:10:52.977 | 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 |
| 18:10:52.989 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:10:52.994 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:10:52.999 | 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/contact/of-client', '{"access_token":"R8ScrIY1ab3sgHgv8KlMKFukwMtD6QYC","device_type":"2","id":"3459","page":"1","posttime":"1782900608","token":"9e7c0eff4f030212e384bb1afed7ba61","version_code":"1160"}', '{"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":"223.104.41.184","ua":"jinchangxiao\/2.3.157 (iPhone 12; iOS 26.5; Scale\/3.00)"}', FALSE, '2026-07-01 18:10:52', 128952064) RETURNING "id" |