| 16:09:54.239 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 16:09:54.239 | trace | yii\base\Module::getModule | Loading module: debug |
| 16:09:54.239 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 16:09:54.240 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 16:09:54.240 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 16:09:54.241 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.242 | info | time tracing start | 1783325394242106880 |
| 16:09:54.242 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 16:09:54.242 | trace | yii\web\Application::handleRequest | Route requested: 'vue/schedule/of-project' |
| 16:09:54.242 | trace | yii\base\Module::getModule | Loading module: vue |
| 16:09:54.243 | info | yii\web\Session::open | Session started |
| 16:09:54.244 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 16:09:54.244 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 16:09:54.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.246 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 16:09:54.247 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.248 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 16:09:54.248 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 16:09:54.249 | trace | yii\base\Controller::runAction | Route to run: vue/schedule/of-project |
| 16:09:54.249 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.251 | trace | uranus\rbac\DbManager::checkAccessFromCache | Checking role: Admin |
| 16:09:54.251 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\vue\controllers\ScheduleController::actionOfProject() |
| 16:09:54.251 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4184' |
| 16:09:54.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.252 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 16:09:54.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.253 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 16:09:54.254 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.255 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.256 | info | yii\db\Command::query | SELECT "id" FROM "a57be577deb434"."tbl_users" WHERE "user_status"='1' ORDER BY "id" |
| 16:09:54.257 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC) "c" |
| 16:09:54.259 | info | yii\db\Command::query | SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC LIMIT 20 |
| 16:09:54.260 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) AND (set_top_at is null and is_complete = false and (end_at > now() or end_at is null)) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC) "c" |
| 16:09:54.262 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) AND (set_top_at is null and is_complete = true) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC) "c" |
| 16:09:54.263 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) AND (set_top_at is null and is_complete = false and end_at <= now()) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC) "c" |
| 16:09:54.265 | info | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT
s.*,
CASE WHEN is_complete = true then 3
WHEN is_complete = false and end_at <= NOW() then 2
else 1 END AS sort
FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4184) AND ("s"."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)) AND (set_top_at is not null) GROUP BY "s"."id" ORDER BY
set_top_at DESC nulls last,
sort ASC,
case when is_complete = true then complete_at END desc,
case when is_complete = false then end_at END asc,
s.created_at DESC) "c" |
| 16:09:54.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.267 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 16:09:54.268 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/schedule/of-project', '{"id":"4184"}', '{"code":2000,"result":{"list":[],"countStatus0":0,"countStatus1":0,"countStatus2":0,"countStatusTop":0,"can_create":true,"pagenation":{"totalcount":0,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-07-06 16:09:54', 25875200) RETURNING "id" |
| 16:09:54.270 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 16:09:54.271 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |