22:35:11.692 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
22:35:11.692 | trace | yii\base\Module::getModule | Loading module: debug |
22:35:11.693 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
22:35:11.693 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
22:35:11.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
22:35:11.693 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.693 | trace | yii\base\Module::getModule | Loading module: gii |
22:35:11.693 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() |
22:35:11.693 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
22:35:11.693 | trace | yii\web\Application::handleRequest | Route requested: 'v2/task/save-new' |
22:35:11.693 | trace | yii\base\Module::getModule | Loading module: v2 |
22:35:11.694 | info | yii\web\Session::open | Session started |
22:35:11.694 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
22:35:11.696 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u' |
22:35:11.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.699 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.700 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.700 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
22:35:11.701 | trace | yii\base\Controller::runAction | Route to run: v2/task/save-new |
22:35:11.701 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\v2\controllers\TaskController::actionSaveNew() |
22:35:11.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.702 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.702 | info | yii\db\Command::query | SELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE "task_group_id"='106' |
22:35:11.703 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='106') |
22:35:11.703 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"='1000') |
22:35:11.703 | info | yii\db\Command::query | SELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000) |
22:35:11.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.704 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.704 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='106' |
22:35:11.705 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_group_user_relationships" WHERE ("user_id"=1000) AND ("task_group_id"=106) |
22:35:11.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.705 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.705 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_tasks" ("description", "head_of", "is_important", "target_completed_at", "task_group_id", "title", "weight", "created_by") VALUES ('没有备注', 1000, 1, '2025-06-24 23:59:59', 106, '123', 33, 1000) RETURNING "id" |
22:35:11.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.711 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.711 | 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\Tasks', 1559, 'a:15:{s:2:"id";i:1559;s:13:"task_group_id";s:3:"106";s:5:"title";s:3:"123";s:11:"description";s:12:"没有备注";s:9:"client_id";N;s:7:"head_of";s:4:"1000";s:6:"status";N;s:19:"target_completed_at";s:19:"2025-06-24 23:59:59";s:12:"completed_at";N;s:10:"created_by";i:1000;s:10:"created_at";N;s:10:"updated_at";N;s:12:"is_important";s:1:"1";s:20:"complete_description";N;s:6:"weight";s:2:"33";}', '', 1000, '211.137.80.11') |
22:35:11.721 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='106' |
22:35:11.721 | info | yii\db\Command::query | SELECT SUM(weight) FROM "a57be577deb434"."tbl_tasks" WHERE ("task_group_id"=106) AND ("status"=1) |
22:35:11.722 | 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 ('UPDATE', 'app\models\TaskGroups', 106, 'a:0:{}', '', 1000, '211.137.80.11') |
22:35:11.723 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1559 |
22:35:11.724 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
22:35:11.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.724 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.724 | 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', 1559, 101, 1000, '2025-06-24 22:35:11', '{"id":1559,"task_group_id":106,"title":"123","description":"\u6ca1\u6709\u5907\u6ce8","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2025-06-24 23:59:59+08","completed_at":null,"created_by":1000,"created_at":"2025-06-24 22:35:11","updated_at":"2025-06-24 22:35:11","is_important":1,"complete_description":null,"weight":33}', '{"id":1559,"task_group_id":106,"title":"123","description":"\u6ca1\u6709\u5907\u6ce8","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2025-06-24 23:59:59+08","completed_at":null,"created_by":1000,"created_at":"2025-06-24 22:35:11","updated_at":"2025-06-24 22:35:11","is_important":1,"complete_description":null,"weight":33}', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u6e05\u5355","d4":[]}') RETURNING "id" |
22:35:11.737 | 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', 509521, 'a:13:{s:2:"id";i:509521;s:9:"object_id";i:1559;s:11:"object_type";i:101;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:341:"{"id":1559,"task_group_id":106,"title":"123","description":"\u6ca1\u6709\u5907\u6ce8","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2025-06-24 23:59:59+08","completed_at":null,"created_by":1000,"created_at":"2025-06-24 22:35:11","updated_at":"2025-06-24 22:35:11","is_important":1,"complete_description":null,"weight":33}";s:9:"new_value";s:341:"{"id":1559,"task_group_id":106,"title":"123","description":"\u6ca1\u6709\u5907\u6ce8","client_id":null,"head_of":1000,"status":0,"target_completed_at":"2025-06-24 23:59:59+08","completed_at":null,"created_by":1000,"created_at":"2025-06-24 22:35:11","updated_at":"2025-06-24 22:35:11","is_important":1,"complete_description":null,"weight":33}";s:11:"description";s:81:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u6e05\u5355","d4":[]}";s:10:"created_by";i:1000;s:10:"created_at";s:19:"2025-06-24 22:35:11";s:9:"is_delete";N;}', '', 1000, '211.137.80.11') |
22:35:11.738 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
22:35:11.738 | info | yii\db\Command::query | INSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (1, 'create', 106, 102, 1559, 101, 1000, '[1559]', '[1559]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u6e05\u5355","d4":["123"]}') RETURNING "id" |
22:35:11.739 | 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', 509522, 'a:13:{s:2:"id";i:509522;s:9:"object_id";i:106;s:11:"object_type";i:102;s:9:"target_id";i:1559;s:18:"target_object_type";i:101;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:6:"[1559]";s:9:"new_value";s:6:"[1559]";s:11:"description";s:86:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u6e05\u5355","d4":["123"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '211.137.80.11') |
22:35:11.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
22:35:11.740 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
22:35:11.740 | 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', 1000, 2, 1141, 'v2/task/save-new', '{"Tasks":{"description":"\u6ca1\u6709\u5907\u6ce8","head_of":"1000","is_important":"1","target_completed_at":"2025-06-24","task_group_id":"106","title":"123","weight":"33"},"access_token":"rpAaho7HBg3VJ1vNP7yVtm0Uw5j2xu-u","device_type":"2","posttime":"1750775680","token":"d6686ab092df839508baf8bc31fd8876","version_code":"1141"}', '{"code":200,"data":{"id":1559},"status":1,"msg":[{"name":"success","success":"\u65b0\u9879\u76ee\u6e05\u5355\u5df2\u521b\u5efa\u6210\u529f","error":""}]}', FALSE, '2025-06-24 22:35:11') RETURNING "id" |