| 18:11:25.726 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 18:11:25.726 | trace | yii\base\Module::getModule | Loading module: debug |
| 18:11:25.727 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 18:11:25.727 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 18:11:25.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 18:11:25.727 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.727 | trace | yii\base\Module::getModule | Loading module: gii |
| 18:11:25.727 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
| 18:11:25.727 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 18:11:25.727 | trace | yii\web\Application::handleRequest | Route requested: 'v2/task/save-new-group' |
| 18:11:25.727 | trace | yii\base\Module::getModule | Loading module: v2 |
| 18:11:25.728 | info | yii\web\Session::open | Session started |
| 18:11:25.728 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 18:11:25.730 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='-seQeMPzRsLPhLztxjKAhwxnoPp3CRVG' |
| 18:11:25.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.734 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.734 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5064 |
| 18:11:25.736 | trace | yii\base\Controller::runAction | Route to run: v2/task/save-new-group |
| 18:11:25.736 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\TaskController::actionSaveNewGroup() |
| 18:11:25.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.737 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.737 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'taskGroupHeads' in 'app\models\TaskGroups'. |
| 18:11:25.737 | trace | yii\base\Model::onUnsafeAttribute | Failed to set unsafe attribute 'taskGroupUsers' in 'app\models\TaskGroups'. |
| 18:11:25.737 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5064) |
| 18:11:25.738 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5064) |
| 18:11:25.738 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_task_groups" ("project_id", "description", "situation", "head_of", "start_at", "title", "target_completed_at", "created_by", "progress") VALUES (NULL, '粉粉的', '吃饭的', 5064, '2025-12-17', '反反复复发', '2025-12-20', 5064, 0) RETURNING "id" |
| 18:11:25.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.741 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.741 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\TaskGroups', 209, 'a:17:{s:2:"id";i:209;s:5:"title";s:15:"反反复复发";s:11:"description";s:9:"粉粉的";s:9:"client_id";N;s:7:"head_of";i:5064;s:6:"status";N;s:19:"target_completed_at";s:19:"2025-12-20 00:00:00";s:12:"completed_at";N;s:10:"created_by";i:5064;s:10:"created_at";N;s:10:"updated_at";N;s:9:"situation";s:9:"吃饭的";s:8:"start_at";s:19:"2025-12-17 00:00:00";s:10:"project_id";s:0:"";s:20:"complete_description";N;s:8:"progress";i:0;s:6:"weight";N;}', '', 5064, '223.72.15.22') |
| 18:11:25.742 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE "task_group_id"=209 |
| 18:11:25.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.743 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.743 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_task_group_user_relationships" ("task_group_id", "user_id") VALUES (209, 5064) |
| 18:11:25.746 | info | yii\db\Command::execute | DELETE FROM "a57be577deb434"."tbl_task_group_head_of_relationships" WHERE "task_group_id"=209 |
| 18:11:25.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.747 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.747 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_task_group_head_of_relationships" ("task_group_id", "user_id") VALUES (209, 5064) |
| 18:11:25.749 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=209 |
| 18:11:25.750 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5064 |
| 18:11:25.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.750 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.751 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (1, 'create', 209, 102, 5064, '2025-12-17 18:11:25', '{"id":209,"title":"\u53cd\u53cd\u590d\u590d\u53d1","description":"\u7c89\u7c89\u7684","client_id":null,"head_of":5064,"status":0,"target_completed_at":"2025-12-20 00:00:00","completed_at":null,"created_by":5064,"created_at":"2025-12-17 18:11:25","updated_at":"2025-12-17 18:11:25","situation":"\u5403\u996d\u7684","start_at":"2025-12-17 00:00:00","project_id":null,"complete_description":null,"progress":0,"weight":0}', '{"id":209,"title":"\u53cd\u53cd\u590d\u590d\u53d1","description":"\u7c89\u7c89\u7684","client_id":null,"head_of":5064,"status":0,"target_completed_at":"2025-12-20 00:00:00","completed_at":null,"created_by":5064,"created_at":"2025-12-17 18:11:25","updated_at":"2025-12-17 18:11:25","situation":"\u5403\u996d\u7684","start_at":"2025-12-17 00:00:00","project_id":null,"complete_description":null,"progress":0,"weight":0}', '{"d1":"\u59da\u96ea\u7eaf","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee","d4":[]}') RETURNING "id" |
| 18:11:25.752 | info | yii\db\Command::execute | INSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 590861, 'a:13:{s:2:"id";i:590861;s:9:"object_id";i:209;s:11:"object_type";i:102;s:9:"target_id";N;s:18:"target_object_type";N;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:417:"{"id":209,"title":"\u53cd\u53cd\u590d\u590d\u53d1","description":"\u7c89\u7c89\u7684","client_id":null,"head_of":5064,"status":0,"target_completed_at":"2025-12-20 00:00:00","completed_at":null,"created_by":5064,"created_at":"2025-12-17 18:11:25","updated_at":"2025-12-17 18:11:25","situation":"\u5403\u996d\u7684","start_at":"2025-12-17 00:00:00","project_id":null,"complete_description":null,"progress":0,"weight":0}";s:9:"new_value";s:417:"{"id":209,"title":"\u53cd\u53cd\u590d\u590d\u53d1","description":"\u7c89\u7c89\u7684","client_id":null,"head_of":5064,"status":0,"target_completed_at":"2025-12-20 00:00:00","completed_at":null,"created_by":5064,"created_at":"2025-12-17 18:11:25","updated_at":"2025-12-17 18:11:25","situation":"\u5403\u996d\u7684","start_at":"2025-12-17 00:00:00","project_id":null,"complete_description":null,"progress":0,"weight":0}";s:11:"description";s:81:"{"d1":"\u59da\u96ea\u7eaf","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee","d4":[]}";s:10:"created_by";i:5064;s:10:"created_at";s:19:"2025-12-17 18:11:25";s:9:"is_delete";N;}', '', 5064, '223.72.15.22') |
| 18:11:25.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 18:11:25.753 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 18:11:25.753 | 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") VALUES (200, 'a57be577deb434', 5064, 0, 269, 'v2/task/save-new-group', '{"access_token":"-seQeMPzRsLPhLztxjKAhwxnoPp3CRVG","device_type":"0","TaskGroups":{"project_id":"","description":"\u7c89\u7c89\u7684","situation":"\u5403\u996d\u7684","taskGroupHeads":["5064"],"head_of":"5064","taskGroupUsers":["5064"],"start_at":"2025-12-17","title":"\u53cd\u53cd\u590d\u590d\u53d1","target_completed_at":"2025-12-20"},"version_code":"269","token":"d26536261c66cba219e44d29e0804128","posttime":"1765966284"}', '{"code":200,"data":{"id":209},"status":1,"msg":[{"name":"success","success":"\u65b0\u9879\u76ee\u5217\u8868\u5df2\u521b\u5efa\u6210\u529f","error":""}],"ip":"223.72.15.22","ua":"jinchangxiao\/2.3.169 (HUAWEIVOG-AL00; Android 10)"}', FALSE, '2025-12-17 18:11:25') RETURNING "id" |