{
    "timestamp": "2026-07-21 04:00:04",
    "level": "INFO",
    "message": "[syncCourseTypes] Hoàn thành toàn bộ. Tổng = 0"
}
{
    "timestamp": "2026-07-21 04:00:04",
    "level": "INFO",
    "message": "[syncCourses] Hoàn thành toàn bộ. Tổng = 3"
}
{
    "timestamp": "2026-07-21 04:00:04",
    "level": "INFO",
    "message": "[syncStudents] Hoàn thành toàn bộ. Tổng = 4"
}
{
    "timestamp": "2026-07-21 04:00:04",
    "level": "INFO",
    "message": "[syncCourseStudents] Hoàn thành toàn bộ. Tổng = 4"
}
{
    "timestamp": "2026-07-21 04:00:05",
    "level": "INFO",
    "message": "[syncStudentScores] Hoàn thành toàn bộ. Tổng = 144"
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "INFO",
    "message": "[syncUserAssignments] Hoàn thành toàn bộ. Tổng = 2"
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "INFO",
    "message": "[mirrorToZeus] Bắt đầu mirror dữ liệu sang Zeus (isSync = 127)..."
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "INFO",
    "message": "[mirrorToZeus] Hoàn tất bảng lcms_course_types. Tổng đã sync: 0"
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "ERROR",
    "message": "[mirrorToZeus] Bắt catch ngoại lệ bảng lcms_students chi tiết:",
    "context": {
        "msg": "SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_students` (`stu_created_at`, `stu_dob`, `stu_email`, `stu_gender`, `stu_id`, `stu_is_sync`, `stu_name`, `stu_phone`, `stu_updated_at`, `stu_user_id`, `stu_username`) values (2024-12-26 10:19:37, 2025-03-03, kienp2901@gmail.com, Male, 1, 127, Kiên Phạm, 0394859392, 2026-07-20 12:27:02, 485, SPW71652694), (2026-06-29 11:17:01, ?, nguyenhoaithuong9187@gmail.com, ?, 4013, 127, Phúc Vũ, ?, 2026-07-20 06:08:26, ?, stu000fgs2026), (2026-06-29 11:17:02, ?, phansen01061974@gmail.com, ?, 4014, 127, Linh Vũ, 84-919944250, 2026-07-20 06:08:26, ?, stu000rkx2026), (2026-07-16 10:58:19, ?, chitin.nguyen0312@gmail.com, Female, 4152, 127, tín nguyễn, ?, 2026-07-20 08:50:39, 557, SPW90402558) on duplicate key update `stu_name` = values(`stu_name`), `stu_email` = values(`stu_email`), `stu_username` = values(`stu_username`), `stu_user_id` = values(`stu_user_id`), `stu_phone` = values(`stu_phone`), `stu_dob` = values(`stu_dob`), `stu_gender` = values(`stu_gender`), `stu_is_sync` = values(`stu_is_sync`), `stu_updated_at` = values(`stu_updated_at`))",
        "trace": "#0 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()\n#1 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(584): Illuminate\\Database\\Connection->run()\n#2 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Query\/Builder.php(3917): Illuminate\\Database\\Connection->affectingStatement()\n#3 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(599): Illuminate\\Database\\Query\\Builder->upsert()\n#4 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Concerns\/BuildsQueries.php(59): App\\Console\\Commands\\LmsDailySyncCommand->App\\Console\\Commands\\{closure}()\n#5 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(589): Illuminate\\Database\\Query\\Builder->chunk()\n#6 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(125): App\\Console\\Commands\\LmsDailySyncCommand->mirrorToZeus()\n#7 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(36): App\\Console\\Commands\\LmsDailySyncCommand->handle()\n#8 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#9 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(95): Illuminate\\Container\\Util::unwrapIfClosure()\n#10 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()\n#11 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php(696): Illuminate\\Container\\BoundMethod::call()\n#12 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(213): Illuminate\\Container\\Container->call()\n#13 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Command\/Command.php(341): Illuminate\\Console\\Command->execute()\n#14 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(182): Symfony\\Component\\Console\\Command\\Command->run()\n#15 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(1117): Illuminate\\Console\\Command->run()\n#16 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()\n#17 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(195): Symfony\\Component\\Console\\Application->doRun()\n#18 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Console\/Kernel.php(198): Symfony\\Component\\Console\\Application->run()\n#19 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()\n#20 \/var\/www\/html\/lms_hocmai\/artisan(13): Illuminate\\Foundation\\Application->handleCommand()\n#21 {main}"
    }
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "ERROR",
    "message": "[mirrorToZeus] Bắt catch ngoại lệ bảng lcms_courses chi tiết:",
    "context": {
        "msg": "SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_courses` (`cou_created_at`, `cou_id`, `cou_is_sync`, `cou_last_round`, `cou_moodle_id`, `cou_name`, `cou_parent_id`, `cou_quiz_setting_type`, `cou_section_type`, `cou_total_round`, `cou_type`, `cou_type_id`, `cou_updated_at`, `cou_visible`) values (2026-07-20 02:51:05, 5206, 127, 11146, 5596, In class Loại 6, 4850, 29, ?, 1, quiz, ?, 2026-07-20 03:37:15, 1), (2026-07-20 09:27:34, 5207, 127, 11918, 5597, 20, 4850, 19, ?, 4, quiz, ?, 2026-07-20 09:36:07, 1), (2026-07-20 09:27:55, 5208, 127, 11918, 5598, 21, 4850, 19, ?, 4, quiz, ?, 2026-07-20 09:36:59, 1) on duplicate key update `cou_moodle_id` = values(`cou_moodle_id`), `cou_name` = values(`cou_name`), `cou_type` = values(`cou_type`), `cou_parent_id` = values(`cou_parent_id`), `cou_total_round` = values(`cou_total_round`), `cou_last_round` = values(`cou_last_round`), `cou_section_type` = values(`cou_section_type`), `cou_quiz_setting_type` = values(`cou_quiz_setting_type`), `cou_type_id` = values(`cou_type_id`), `cou_visible` = values(`cou_visible`), `cou_is_sync` = values(`cou_is_sync`), `cou_updated_at` = values(`cou_updated_at`))",
        "trace": "#0 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()\n#1 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(584): Illuminate\\Database\\Connection->run()\n#2 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Query\/Builder.php(3917): Illuminate\\Database\\Connection->affectingStatement()\n#3 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(599): Illuminate\\Database\\Query\\Builder->upsert()\n#4 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Concerns\/BuildsQueries.php(59): App\\Console\\Commands\\LmsDailySyncCommand->App\\Console\\Commands\\{closure}()\n#5 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(589): Illuminate\\Database\\Query\\Builder->chunk()\n#6 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(125): App\\Console\\Commands\\LmsDailySyncCommand->mirrorToZeus()\n#7 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(36): App\\Console\\Commands\\LmsDailySyncCommand->handle()\n#8 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#9 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(95): Illuminate\\Container\\Util::unwrapIfClosure()\n#10 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()\n#11 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php(696): Illuminate\\Container\\BoundMethod::call()\n#12 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(213): Illuminate\\Container\\Container->call()\n#13 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Command\/Command.php(341): Illuminate\\Console\\Command->execute()\n#14 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(182): Symfony\\Component\\Console\\Command\\Command->run()\n#15 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(1117): Illuminate\\Console\\Command->run()\n#16 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()\n#17 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(195): Symfony\\Component\\Console\\Application->doRun()\n#18 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Console\/Kernel.php(198): Symfony\\Component\\Console\\Application->run()\n#19 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()\n#20 \/var\/www\/html\/lms_hocmai\/artisan(13): Illuminate\\Foundation\\Application->handleCommand()\n#21 {main}"
    }
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "ERROR",
    "message": "[mirrorToZeus] Bắt catch ngoại lệ bảng lcms_course_student chi tiết:",
    "context": {
        "msg": "SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_course_student` (`coustu_course_end`, `coustu_course_id`, `coustu_created_at`, `coustu_id`, `coustu_is_sync`, `coustu_student_id`, `coustu_updated_at`, `coustu_user_id`) values (2032-07-03 04:07:32, 5031, 2026-07-03 04:07:32, 5366, 127, 1, 2026-07-20 07:04:58, 485), (2028-07-16 10:58:19, 5063, 2026-07-16 10:58:19, 5600, 127, 4152, 2026-07-20 08:50:39, 557), (2028-07-18 08:42:15, 5036, 2026-07-18 08:42:15, 5609, 127, 4155, 2026-07-19 10:24:18, 556), (2027-07-19 10:24:18, 5063, 2026-07-19 10:24:18, 5610, 127, 4155, 2026-07-19 10:24:18, 556) on duplicate key update `coustu_student_id` = values(`coustu_student_id`), `coustu_user_id` = values(`coustu_user_id`), `coustu_course_id` = values(`coustu_course_id`), `coustu_course_end` = values(`coustu_course_end`), `coustu_is_sync` = values(`coustu_is_sync`), `coustu_updated_at` = values(`coustu_updated_at`))",
        "trace": "#0 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()\n#1 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(584): Illuminate\\Database\\Connection->run()\n#2 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Query\/Builder.php(3917): Illuminate\\Database\\Connection->affectingStatement()\n#3 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(599): Illuminate\\Database\\Query\\Builder->upsert()\n#4 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Concerns\/BuildsQueries.php(59): App\\Console\\Commands\\LmsDailySyncCommand->App\\Console\\Commands\\{closure}()\n#5 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(589): Illuminate\\Database\\Query\\Builder->chunk()\n#6 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(125): App\\Console\\Commands\\LmsDailySyncCommand->mirrorToZeus()\n#7 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(36): App\\Console\\Commands\\LmsDailySyncCommand->handle()\n#8 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#9 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(95): Illuminate\\Container\\Util::unwrapIfClosure()\n#10 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()\n#11 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php(696): Illuminate\\Container\\BoundMethod::call()\n#12 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(213): Illuminate\\Container\\Container->call()\n#13 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Command\/Command.php(341): Illuminate\\Console\\Command->execute()\n#14 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(182): Symfony\\Component\\Console\\Command\\Command->run()\n#15 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(1117): Illuminate\\Console\\Command->run()\n#16 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()\n#17 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(195): Symfony\\Component\\Console\\Application->doRun()\n#18 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Console\/Kernel.php(198): Symfony\\Component\\Console\\Application->run()\n#19 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()\n#20 \/var\/www\/html\/lms_hocmai\/artisan(13): Illuminate\\Foundation\\Application->handleCommand()\n#21 {main}"
    }
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "ERROR",
    "message": "[mirrorToZeus] Bắt catch ngoại lệ bảng lcms_student_scores chi tiết:",
    "context": {
        "msg": "SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_student_scores` (`stusco_course_id`, `stusco_created_at`, `stusco_history_contest_id`, `stusco_id`, `stusco_is_sync`, `stusco_mock_contest_id`, `stusco_overall_score`, `stusco_score_status`, `stusco_student_id`, `stusco_updated_at`, `stusco_user_id`) values (105, 2025-11-29 08:50:18, 692a5159d95284fec696a643, 1822, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (105, 2025-11-29 10:34:00, 692a69a7d95284fec696a65c, 1839, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (105, 2026-01-20 16:55:25, 696f510cddde365b66ec6975, 2554, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (108, 2026-03-09 17:02:09, 69ae9aa13a1374ae5197a00a, 3493, 127, 628, -1, 0, 22, 2026-07-21 03:20:58, 248), (108, 2026-03-09 17:02:53, 69ae9acc3a1374ae5197a020, 3494, 127, 628, -1, 0, 22, 2026-07-21 03:21:53, 248), (108, 2026-03-09 17:04:45, 69ae9b3d3a1374ae5197a036, 3495, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:05:39, 69ae9b733a1374ae5197a04c, 3496, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:07:09, 69ae9bcc3a1374ae5197a0f8, 3497, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:07:51, 69ae9bf63a1374ae5197a1ac, 3498, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (914, 2026-03-16 10:44:10, 69b77c8a63be3ee63076e50b, 3597, 127, 749, 0.5, 1, 22, 2026-07-20 10:02:49, 248), (108, 2026-03-31 10:21:25, 69cb3db57fc76107abb2bc0d, 3700, 127, 628, 1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-31 10:33:23, 69cb407f7fc76107abb2bcdc, 3702, 127, 628, 2, 0, 22, 2026-07-21 03:51:22, 248), (848, 2026-05-04 14:50:04, 69f84faa183ac29a83813062, 3807, 127, 713, 0, 1, 22, 2026-07-20 10:14:42, 248), (105, 2026-05-18 15:14:54, 6a0aca7ed43e3e4de99d3f5e, 3934, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (108, 2026-05-18 15:15:24, 6a0aca9c9b1fc6bf18eccdd9, 3935, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248), (4864, 2026-05-19 16:30:18, 6a0c2daac5d7f0d546339c71, 3944, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:33:33, 6a0c2e6dc5d7f0d546339cdc, 3945, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:36:53, 6a0c2f34c5d7f0d546339d43, 3946, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:39:15, 6a0c2fc3c5d7f0d546339da1, 3947, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-20 08:31:24, 6a0d0eebc5d7f0d546339e5e, 3948, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-20 17:05:05, 6a0d8751c5d7f0d546339f29, 3949, 127, 805, 5.6, 1, 22, 2026-07-21 02:04:10, 248), (569, 2026-05-28 12:47:26, 6a17d6ed0cb836333e77589f, 3970, 127, 712, -1, 0, 22, 2026-07-20 07:12:46, 248), (4873, 2026-05-28 14:39:25, 6a17f12cc5d7f0d54633a4cb, 3977, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (569, 2026-05-29 09:13:11, 6a18f6360cb836333e775cea, 3982, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (570, 2026-05-29 09:14:01, 6a18f6680cb836333e775e97, 3983, 127, 713, 2.9, 0, 22, 2026-07-20 10:15:04, 248), (4904, 2026-05-30 11:25:31, 6a1a66bb0cb836333e77621c, 3992, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-05-30 11:40:46, 6a1a6a4e0cb836333e776246, 3993, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4937, 2026-06-12 09:51:09, 6a2b741c0cb836333e7766bb, 4062, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4937, 2026-06-12 09:52:10, 6a2b745a0cb836333e7766ff, 4064, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (4919, 2026-06-13 07:56:55, 6a2caad7c5d7f0d54633bea5, 4071, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (841, 2026-06-15 10:43:20, 6a2f74d70cb836333e776a5b, 4077, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-06-15 10:49:30, 6a2f764a0cb836333e776a73, 4078, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (4995, 2026-06-17 10:11:18, 6a3272c6762f13a1d09ca329, 4092, 127, 713, 0.3, 1, 1, 2026-07-20 07:57:25, 485), (4995, 2026-06-17 10:12:22, 6a327306762f13a1d09ca357, 4093, 127, 713, 0.6, 1, 1, 2026-07-20 10:18:04, 485), (4995, 2026-06-17 10:12:47, 6a32731e762f13a1d09ca3a8, 4094, 127, 713, 0.3, 1, 1, 2026-07-20 10:27:24, 485), (4904, 2026-06-23 04:52:49, 6a3a1121762f13a1d09ca5fe, 4097, 127, 713, -1, 0, 1, 2026-07-20 10:28:16, 485), (570, 2026-06-25 10:36:14, 6a3d049e762f13a1d09ca89e, 4113, 127, 713, -1, 0, 1, 2026-07-20 10:29:48, 485), (570, 2026-06-25 10:44:15, 6a3d067f762f13a1d09ca917, 4115, 127, 713, -1, 0, 1, 2026-07-20 10:29:59, 485), (4904, 2026-06-26 06:55:02, 6a3e2246762f13a1d09cab92, 4128, 127, 713, -1, 0, 1, 2026-07-20 10:35:19, 485), (4904, 2026-06-26 07:31:33, 6a3e2ad5762f13a1d09cabac, 4129, 127, 713, -1, 0, 1, 2026-07-20 10:35:28, 485), (4962, 2026-06-27 10:48:28, 6a3faa7c76ca4dcafe10496f, 4140, 127, 803, 1, 1, 22, 2026-07-21 01:46:32, 248), (4962, 2026-06-29 01:20:03, 6a41c84376ca4dcafe104a45, 4141, 127, 803, 1, 1, 22, 2026-07-21 01:49:39, 248), (4962, 2026-06-29 01:29:07, 6a41ca6376ca4dcafe104b19, 4142, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 01:33:17, 6a41cb5d76ca4dcafe104c00, 4143, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 01:51:13, 6a41cf9176ca4dcafe104cf9, 4144, 127, 803, 2, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 02:05:25, 6a41d2e576ca4dcafe104de5, 4145, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 02:10:57, 6a41d43176ca4dcafe104ecc, 4146, 127, 803, 2, 1, 22, 2026-07-21 01:57:27, 248), (912, 2026-06-29 07:22:57, 6a421d50776af34dd1881b71, 4147, 127, 747, 1.9, 1, 22, 2026-07-20 09:33:03, 248), (4962, 2026-06-29 07:39:52, 6a42214876ca4dcafe104fdc, 4148, 127, 803, -1, 0, 22, 2026-07-21 02:04:37, 248), (4864, 2026-07-01 09:10:50, 6a44d99a76ca4dcafe10531e, 4153, 127, 805, -1, 0, 22, 2026-07-21 02:04:37, 248), (4919, 2026-07-01 09:49:36, 6a44e2b076ca4dcafe10538c, 4154, 127, 804, 1.5, 1, 22, 2026-07-21 02:04:37, 248), (4919, 2026-07-01 09:58:25, 6a44e4c176ca4dcafe105473, 4155, 127, 804, 1, 1, 22, 2026-07-21 02:04:37, 248), (4917, 2026-07-02 08:19:20, 6a461f0822728c6091717e07, 4160, 127, 805, -1, 0, 22, 2026-07-21 02:04:37, 248), (4962, 2026-07-02 08:26:38, 6a4620be22728c6091717e52, 4161, 127, 803, 0, 1, 22, 2026-07-21 02:04:37, 248), (4904, 2026-07-02 09:06:36, 6a462a1c5614783f2287a587, 4165, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:07:28, 6a462a505614783f2287a5ad, 4166, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:17:57, 6a462cc50402e7d001cd9246, 4167, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:45:39, 6a4633420402e7d001cd926b, 4169, 127, 713, 1.5, 1, 1, 2026-07-20 10:38:36, 485), (4962, 2026-07-03 03:00:38, 6a4725d622728c6091717f5f, 4170, 127, 803, 0, 1, 22, 2026-07-21 02:04:37, 248), (108, 2026-07-06 02:31:52, 6a4b1398d9cf97dd74c03269, 4175, 127, 628, 3.5, 0, 22, 2026-07-21 03:51:22, 248), (5078, 2026-07-07 02:35:34, 6a4c65f67a0569e1d952b56a, 4179, 127, 857, 0, 1, 22, 2026-07-20 10:00:20, 248), (5093, 2026-07-07 07:31:33, 6a4cab55850173dc012c0a87, 4183, 127, 625, 4.75, 0, 22, 2026-07-20 09:31:10, 248), (5095, 2026-07-07 08:56:11, 6a4cbf2b566eb0b50a3c5322, 4185, 127, 749, 0.5, 0, 22, 2026-07-20 10:02:49, 248), (5093, 2026-07-08 02:16:06, 6a4db2e6711e3a12077f75f3, 4187, 127, 625, 3.75, 0, 22, 2026-07-20 09:31:10, 248), (5094, 2026-07-08 02:19:21, 6a4db3a9e74f4ec13984aa61, 4188, 127, 747, 4.25, 1, 22, 2026-07-20 09:33:03, 248), (5097, 2026-07-08 02:29:39, 6a4db613729540c061b5b873, 4190, 127, 857, -1, 0, 22, 2026-07-20 10:00:20, 248), (4904, 2026-07-08 10:33:51, 6a4e278f729540c061b5ba16, 4200, 127, 713, 0.3, 1, 1, 2026-07-20 10:43:13, 485), (842, 2026-07-10 10:12:24, 6a50c588729540c061b5c63f, 4230, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (842, 2026-07-10 10:14:49, 6a50c619729540c061b5c6ac, 4231, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:04:24, 6a574d18729540c061b5cc90, 5117, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:22:49, 6a575169729540c061b5cd00, 5118, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:33:58, 6a575406729540c061b5cdc5, 5119, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:34:42, 6a575432729540c061b5ce00, 5120, 127, 715, -1, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:37:29, 6a5754d8729540c061b5ce24, 5121, 127, 715, 1, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:50:08, 6a5757d0729540c061b5ce88, 5122, 127, 715, 6, 1, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:57:17, 6a57597d729540c061b5cefe, 5123, 127, 715, -1, 0, 1, 2026-07-21 01:48:40, 485), (5094, 2026-07-16 03:43:25, 6a58535de74f4ec13984ac5c, 5126, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-16 06:16:50, 6a587752b3e46676dd8b6ffe, 5130, 127, 624, -1, 0, 22, 2026-07-20 09:29:06, 248), (5092, 2026-07-16 06:27:56, 6a5879ecb3e46676dd8b709d, 5131, 127, 624, 2, 1, 22, 2026-07-20 09:58:30, 248), (5092, 2026-07-16 06:31:08, 6a587aacb3e46676dd8b713c, 5132, 127, 624, 2, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 07:32:38, 6a588916b3e46676dd8b725c, 5133, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 07:37:18, 6a588a2eb3e46676dd8b7318, 5134, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 08:01:46, 6a588feab3e46676dd8b757c, 5135, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (569, 2026-07-16 08:12:31, 6a58926e729540c061b5d00c, 5136, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (569, 2026-07-17 01:50:15, 6a598a57729540c061b5d05a, 5138, 127, 712, 0.6, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 02:53:53, 6a599941729540c061b5d514, 5154, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 02:54:02, 6a59994a729540c061b5d530, 5155, 127, 712, 0.3, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 03:07:21, 6a599c69729540c061b5d575, 5156, 127, 712, 0.3, 0, 22, 2026-07-20 07:13:30, 248), (5099, 2026-07-17 04:15:27, 6a59ac5f729540c061b5d71b, 5167, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5092, 2026-07-17 08:00:01, 6a59e101e93c9d1783667af6, 5177, 127, 624, 2.5, 1, 22, 2026-07-21 03:57:41, 248), (5078, 2026-07-17 08:14:38, 6a59e46d52fb26674589e13a, 5181, 127, 857, -1, 0, 22, 2026-07-20 10:00:20, 248), (5078, 2026-07-17 08:33:09, 6a59e8c552fb26674589e4ea, 5187, 127, 857, 10, 1, 22, 2026-07-20 10:00:20, 248), (5093, 2026-07-17 09:13:01, 6a59f21db5f530c2621dbd0e, 5194, 127, 625, 2.5, 0, 22, 2026-07-20 09:31:10, 248), (841, 2026-07-19 01:04:18, 6a5c229252fb26674589eb95, 5198, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (5094, 2026-07-19 01:59:11, 6a5c2f6f8dfe150ff17ea792, 5199, 127, 747, -1, 0, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-19 03:11:13, 6a5c4051e93c9d1783667cbc, 5200, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5094, 2026-07-19 03:15:26, 6a5c414e8dfe150ff17ea836, 5201, 127, 747, 2, 1, 22, 2026-07-20 09:33:03, 248), (5094, 2026-07-20 01:54:50, 6a5d7fea8dfe150ff17ea910, 5202, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-20 02:39:53, 6a5d8a79e93c9d1783667d95, 5203, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-20 02:43:01, 6a5d8b34e93c9d1783667e38, 5204, 127, 624, 2.5, 1, 22, 2026-07-21 03:57:41, 248), (5094, 2026-07-20 02:44:05, 6a5d8b758dfe150ff17eaa11, 5205, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5094, 2026-07-20 02:45:11, 6a5d8bb68dfe150ff17eaab0, 5206, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5206, 2026-07-20 03:37:57, 6a5d981552fb26674589ebcd, 5208, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (841, 2026-07-20 07:12:57, 6a5dca7952fb26674589ec7b, 5209, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (5092, 2026-07-20 09:29:07, 6a5dea6385bb2b3349cf8004, 5210, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (5093, 2026-07-20 09:31:11, 6a5deadfc55236d62ddef7b6, 5211, 127, 625, 2.25, 1, 22, 2026-07-20 09:40:31, 248), (5094, 2026-07-20 09:33:04, 6a5deb50d4c2ec76067e31ec, 5212, 127, 747, 1.25, 1, 22, 2026-07-20 09:40:37, 248), (5095, 2026-07-20 09:35:11, 6a5debcfa808e6e91d961bc5, 5213, 127, 749, -1, 0, 22, 2026-07-20 10:02:49, 248), (5207, 2026-07-20 09:36:08, 6a5dec0885bb2b3349cf80b1, 5214, 127, 877, 2.5, 1, 22, 2026-07-20 09:40:53, 248), (5208, 2026-07-20 09:37:01, 6a5dec3d85bb2b3349cf8151, 5215, 127, 878, 2.5, 1, 22, 2026-07-20 09:38:10, 248), (5092, 2026-07-20 09:58:31, 6a5df14785bb2b3349cf831c, 5216, 127, 624, 2.5, 0, 22, 2026-07-21 03:57:41, 248), (5095, 2026-07-20 10:00:45, 6a5df1cda808e6e91d961c7c, 5217, 127, 749, 2, 0, 22, 2026-07-20 10:02:49, 248), (5092, 2026-07-20 10:05:59, 6a5df30685bb2b3349cf844b, 5218, 127, 624, 2.5, 0, 1, 2026-07-20 10:06:44, 485), (5093, 2026-07-20 10:07:12, 6a5df350c55236d62ddef85d, 5219, 127, 625, 2.25, 1, 1, 2026-07-20 10:07:54, 485), (5094, 2026-07-20 10:08:19, 6a5df393d4c2ec76067e328e, 5220, 127, 747, 1.25, 1, 1, 2026-07-21 01:57:48, 485), (5095, 2026-07-20 10:09:09, 6a5df3c5a808e6e91d961d3f, 5221, 127, 749, 2, 0, 1, 2026-07-20 10:09:41, 485), (5207, 2026-07-20 10:10:06, 6a5df3fe85bb2b3349cf8580, 5222, 127, 877, 2.5, 1, 1, 2026-07-21 01:48:49, 485), (5208, 2026-07-20 10:11:05, 6a5df43985bb2b3349cf8620, 5223, 127, 878, 2.5, 1, 1, 2026-07-21 01:48:58, 485), (5206, 2026-07-20 10:12:03, 6a5df4735e56ff24d00f1759, 5224, 127, 713, 10, 1, 1, 2026-07-20 12:27:15, 485), (5206, 2026-07-20 10:14:49, 6a5df5195e56ff24d00f17bc, 5225, 127, 713, 10, 0, 22, 2026-07-20 10:15:04, 248), (5206, 2026-07-20 10:18:59, 6a5df6135e56ff24d00f1818, 5226, 127, 713, 10, 1, 1, 2026-07-21 01:09:59, 485), (5206, 2026-07-20 10:27:25, 6a5df80d5e56ff24d00f187d, 5227, 127, 713, 10, 1, 1, 2026-07-21 01:21:02, 485), (5206, 2026-07-20 10:28:28, 6a5df84c5e56ff24d00f18ce, 5228, 127, 713, 10, 1, 1, 2026-07-21 01:37:39, 485), (5206, 2026-07-20 10:29:49, 6a5df89d5e56ff24d00f1912, 5229, 127, 713, -1, 0, 1, 2026-07-21 01:38:22, 485), (5206, 2026-07-20 10:30:09, 6a5df8b15e56ff24d00f193d, 5230, 127, 713, 10, 1, 1, 2026-07-21 01:48:23, 485), (5206, 2026-07-20 10:35:22, 6a5df9e95e56ff24d00f198d, 5231, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:36:48, 6a5dfa405e56ff24d00f19d1, 5232, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:38:41, 6a5dfab15e56ff24d00f1a1f, 5233, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:43:15, 6a5dfbc35e56ff24d00f1a67, 5234, 127, 713, 9.5, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 12:27:29, 6a5e14315e56ff24d00f1ac9, 5235, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:10:01, 6a5ec6e95e56ff24d00f1b1a, 5236, 127, 713, 10, 0, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:21:12, 6a5ec9885e56ff24d00f1b67, 5237, 127, 713, 10, 0, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:37:41, 6a5ecd655e56ff24d00f1baf, 5238, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:46:25, 6a5ecf715e56ff24d00f1bfc, 5239, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (4962, 2026-07-21 01:46:38, 6a5ecf7d6146715219c10416, 5240, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (5206, 2026-07-21 01:48:26, 6a5ecfea5e56ff24d00f1c56, 5241, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (4962, 2026-07-21 01:49:42, 6a5ed0366146715219c10501, 5242, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (4962, 2026-07-21 01:57:50, 6a5ed21e6146715219c105df, 5243, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (104, 2026-07-21 02:05:38, 6a5ed3f285bb2b3349cf87c3, 5244, 127, 743, 1.75, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:13:07, 6a5ee3c385bb2b3349cf8963, 5245, 127, 743, 2, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:14:08, 6a5ee40085bb2b3349cf8aac, 5246, 127, 743, 1.75, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:20:41, 6a5ee58985bb2b3349cf8c25, 5247, 127, 743, -1, 0, 22, 2026-07-21 03:20:47, 248), (108, 2026-07-21 03:21:01, 6a5ee59d863b40e2114bcf17, 5248, 127, 628, 1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-07-21 03:21:56, 6a5ee5d4863b40e2114bd066, 5249, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248) on duplicate key update `stusco_student_id` = values(`stusco_student_id`), `stusco_user_id` = values(`stusco_user_id`), `stusco_course_id` = values(`stusco_course_id`), `stusco_mock_contest_id` = values(`stusco_mock_contest_id`), `stusco_score_status` = values(`stusco_score_status`), `stusco_history_contest_id` = values(`stusco_history_contest_id`), `stusco_overall_score` = values(`stusco_overall_score`), `stusco_is_sync` = values(`stusco_is_sync`), `stusco_updated_at` = values(`stusco_updated_at`))",
        "trace": "#0 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()\n#1 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(584): Illuminate\\Database\\Connection->run()\n#2 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Query\/Builder.php(3917): Illuminate\\Database\\Connection->affectingStatement()\n#3 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(599): Illuminate\\Database\\Query\\Builder->upsert()\n#4 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Concerns\/BuildsQueries.php(59): App\\Console\\Commands\\LmsDailySyncCommand->App\\Console\\Commands\\{closure}()\n#5 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(589): Illuminate\\Database\\Query\\Builder->chunk()\n#6 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(125): App\\Console\\Commands\\LmsDailySyncCommand->mirrorToZeus()\n#7 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(36): App\\Console\\Commands\\LmsDailySyncCommand->handle()\n#8 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#9 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(95): Illuminate\\Container\\Util::unwrapIfClosure()\n#10 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()\n#11 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php(696): Illuminate\\Container\\BoundMethod::call()\n#12 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(213): Illuminate\\Container\\Container->call()\n#13 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Command\/Command.php(341): Illuminate\\Console\\Command->execute()\n#14 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(182): Symfony\\Component\\Console\\Command\\Command->run()\n#15 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(1117): Illuminate\\Console\\Command->run()\n#16 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()\n#17 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(195): Symfony\\Component\\Console\\Application->doRun()\n#18 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Console\/Kernel.php(198): Symfony\\Component\\Console\\Application->run()\n#19 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()\n#20 \/var\/www\/html\/lms_hocmai\/artisan(13): Illuminate\\Foundation\\Application->handleCommand()\n#21 {main}"
    }
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "ERROR",
    "message": "[mirrorToZeus] Bắt catch ngoại lệ bảng lcms_user_assignments chi tiết:",
    "context": {
        "msg": "SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_user_assignments` (`usrasi_completion_state`, `usrasi_completion_time`, `usrasi_course_id`, `usrasi_created_at`, `usrasi_id`, `usrasi_is_cron`, `usrasi_is_sync`, `usrasi_payload_data`, `usrasi_response_data`, `usrasi_section_id`, `usrasi_student_id`, `usrasi_updated_at`, `usrasi_zeus_id`) values (0, 2026-07-19 23:46:40, 5063, 2026-07-19 16:47:03, 181, 0, 127, {\"course_id\": \"227\", \"section_id\": \"1856\", \"tenant_key\": \"VWvi4u56mb\", \"zeus_user_id\": 271, \"x_tenant_code\": \"ICC\", \"completion_time\": \"2026-07-19 23:46:40\"}, {\"course\": {\"id\": 227, \"name\": \"Easy IELTS 25-Foundation\"}, \"section\": {\"id\": 1856, \"name\": \"Lesson 8-Unit 2-Speaking\"}}, 5071, 23, 2026-07-19 16:47:03, 271), (0, 2026-07-19 23:46:40, 5036, 2026-07-19 16:47:03, 182, 0, 127, {\"auto_assigned\": true, \"source_section_id\": 1856}, {\"course\": {\"id\": 226, \"name\": \"[Center] Easy IELTS 25 - Foundation\"}, \"section\": {\"id\": 1845, \"name\": \"Lesson 8 Speaking\"}, \"auto_assigned_from\": 1856}, 5044, 23, 2026-07-19 16:47:03, 271) on duplicate key update `usrasi_course_id` = values(`usrasi_course_id`), `usrasi_section_id` = values(`usrasi_section_id`), `usrasi_zeus_id` = values(`usrasi_zeus_id`), `usrasi_student_id` = values(`usrasi_student_id`), `usrasi_completion_time` = values(`usrasi_completion_time`), `usrasi_completion_state` = values(`usrasi_completion_state`), `usrasi_payload_data` = values(`usrasi_payload_data`), `usrasi_response_data` = values(`usrasi_response_data`), `usrasi_is_cron` = values(`usrasi_is_cron`), `usrasi_is_sync` = values(`usrasi_is_sync`), `usrasi_updated_at` = values(`usrasi_updated_at`))",
        "trace": "#0 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(779): Illuminate\\Database\\Connection->runQueryCallback()\n#1 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Connection.php(584): Illuminate\\Database\\Connection->run()\n#2 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Query\/Builder.php(3917): Illuminate\\Database\\Connection->affectingStatement()\n#3 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(599): Illuminate\\Database\\Query\\Builder->upsert()\n#4 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Database\/Concerns\/BuildsQueries.php(59): App\\Console\\Commands\\LmsDailySyncCommand->App\\Console\\Commands\\{closure}()\n#5 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(589): Illuminate\\Database\\Query\\Builder->chunk()\n#6 \/var\/www\/html\/lms_hocmai\/app\/Console\/Commands\/LmsDailySyncCommand.php(125): App\\Console\\Commands\\LmsDailySyncCommand->mirrorToZeus()\n#7 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(36): App\\Console\\Commands\\LmsDailySyncCommand->handle()\n#8 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Util.php(43): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()\n#9 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(95): Illuminate\\Container\\Util::unwrapIfClosure()\n#10 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/BoundMethod.php(35): Illuminate\\Container\\BoundMethod::callBoundMethod()\n#11 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php(696): Illuminate\\Container\\BoundMethod::call()\n#12 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(213): Illuminate\\Container\\Container->call()\n#13 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Command\/Command.php(341): Illuminate\\Console\\Command->execute()\n#14 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Console\/Command.php(182): Symfony\\Component\\Console\\Command\\Command->run()\n#15 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(1117): Illuminate\\Console\\Command->run()\n#16 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(356): Symfony\\Component\\Console\\Application->doRunCommand()\n#17 \/var\/www\/html\/lms_hocmai\/vendor\/symfony\/console\/Application.php(195): Symfony\\Component\\Console\\Application->doRun()\n#18 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Console\/Kernel.php(198): Symfony\\Component\\Console\\Application->run()\n#19 \/var\/www\/html\/lms_hocmai\/vendor\/laravel\/framework\/src\/Illuminate\/Foundation\/Application.php(1235): Illuminate\\Foundation\\Console\\Kernel->handle()\n#20 \/var\/www\/html\/lms_hocmai\/artisan(13): Illuminate\\Foundation\\Application->handleCommand()\n#21 {main}"
    }
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "INFO",
    "message": "[mirrorToZeus] Xong tất cả. Tổng = 0"
}
{
    "timestamp": "2026-07-21 04:00:06",
    "level": "INFO",
    "message": "[LmsDailySync] Hoàn thành",
    "context": {
        "tenantCode": "ICC",
        "isSync": 127,
        "elapsed_s": -1.854377,
        "syncCourseTypes": {
            "synced": 0
        },
        "syncCourses": {
            "synced": 3
        },
        "syncStudents": {
            "synced": 4
        },
        "syncCourseStudents": {
            "synced": 4
        },
        "syncStudentScores": {
            "synced": 144
        },
        "syncUserAssignments": {
            "synced": 2
        },
        "mirrorToZeus": {
            "synced": 0,
            "error": "Mirror lcms_students lỗi: SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_students` (`stu_created_at`, `stu_dob`, `stu_email`, `stu_gender`, `stu_id`, `stu_is_sync`, `stu_name`, `stu_phone`, `stu_updated_at`, `stu_user_id`, `stu_username`) values (2024-12-26 10:19:37, 2025-03-03, kienp2901@gmail.com, Male, 1, 127, Kiên Phạm, 0394859392, 2026-07-20 12:27:02, 485, SPW71652694), (2026-06-29 11:17:01, ?, nguyenhoaithuong9187@gmail.com, ?, 4013, 127, Phúc Vũ, ?, 2026-07-20 06:08:26, ?, stu000fgs2026), (2026-06-29 11:17:02, ?, phansen01061974@gmail.com, ?, 4014, 127, Linh Vũ, 84-919944250, 2026-07-20 06:08:26, ?, stu000rkx2026), (2026-07-16 10:58:19, ?, chitin.nguyen0312@gmail.com, Female, 4152, 127, tín nguyễn, ?, 2026-07-20 08:50:39, 557, SPW90402558) on duplicate key update `stu_name` = values(`stu_name`), `stu_email` = values(`stu_email`), `stu_username` = values(`stu_username`), `stu_user_id` = values(`stu_user_id`), `stu_phone` = values(`stu_phone`), `stu_dob` = values(`stu_dob`), `stu_gender` = values(`stu_gender`), `stu_is_sync` = values(`stu_is_sync`), `stu_updated_at` = values(`stu_updated_at`)) | Mirror lcms_courses lỗi: SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_courses` (`cou_created_at`, `cou_id`, `cou_is_sync`, `cou_last_round`, `cou_moodle_id`, `cou_name`, `cou_parent_id`, `cou_quiz_setting_type`, `cou_section_type`, `cou_total_round`, `cou_type`, `cou_type_id`, `cou_updated_at`, `cou_visible`) values (2026-07-20 02:51:05, 5206, 127, 11146, 5596, In class Loại 6, 4850, 29, ?, 1, quiz, ?, 2026-07-20 03:37:15, 1), (2026-07-20 09:27:34, 5207, 127, 11918, 5597, 20, 4850, 19, ?, 4, quiz, ?, 2026-07-20 09:36:07, 1), (2026-07-20 09:27:55, 5208, 127, 11918, 5598, 21, 4850, 19, ?, 4, quiz, ?, 2026-07-20 09:36:59, 1) on duplicate key update `cou_moodle_id` = values(`cou_moodle_id`), `cou_name` = values(`cou_name`), `cou_type` = values(`cou_type`), `cou_parent_id` = values(`cou_parent_id`), `cou_total_round` = values(`cou_total_round`), `cou_last_round` = values(`cou_last_round`), `cou_section_type` = values(`cou_section_type`), `cou_quiz_setting_type` = values(`cou_quiz_setting_type`), `cou_type_id` = values(`cou_type_id`), `cou_visible` = values(`cou_visible`), `cou_is_sync` = values(`cou_is_sync`), `cou_updated_at` = values(`cou_updated_at`)) | Mirror lcms_course_student lỗi: SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_course_student` (`coustu_course_end`, `coustu_course_id`, `coustu_created_at`, `coustu_id`, `coustu_is_sync`, `coustu_student_id`, `coustu_updated_at`, `coustu_user_id`) values (2032-07-03 04:07:32, 5031, 2026-07-03 04:07:32, 5366, 127, 1, 2026-07-20 07:04:58, 485), (2028-07-16 10:58:19, 5063, 2026-07-16 10:58:19, 5600, 127, 4152, 2026-07-20 08:50:39, 557), (2028-07-18 08:42:15, 5036, 2026-07-18 08:42:15, 5609, 127, 4155, 2026-07-19 10:24:18, 556), (2027-07-19 10:24:18, 5063, 2026-07-19 10:24:18, 5610, 127, 4155, 2026-07-19 10:24:18, 556) on duplicate key update `coustu_student_id` = values(`coustu_student_id`), `coustu_user_id` = values(`coustu_user_id`), `coustu_course_id` = values(`coustu_course_id`), `coustu_course_end` = values(`coustu_course_end`), `coustu_is_sync` = values(`coustu_is_sync`), `coustu_updated_at` = values(`coustu_updated_at`)) | Mirror lcms_student_scores lỗi: SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_student_scores` (`stusco_course_id`, `stusco_created_at`, `stusco_history_contest_id`, `stusco_id`, `stusco_is_sync`, `stusco_mock_contest_id`, `stusco_overall_score`, `stusco_score_status`, `stusco_student_id`, `stusco_updated_at`, `stusco_user_id`) values (105, 2025-11-29 08:50:18, 692a5159d95284fec696a643, 1822, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (105, 2025-11-29 10:34:00, 692a69a7d95284fec696a65c, 1839, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (105, 2026-01-20 16:55:25, 696f510cddde365b66ec6975, 2554, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (108, 2026-03-09 17:02:09, 69ae9aa13a1374ae5197a00a, 3493, 127, 628, -1, 0, 22, 2026-07-21 03:20:58, 248), (108, 2026-03-09 17:02:53, 69ae9acc3a1374ae5197a020, 3494, 127, 628, -1, 0, 22, 2026-07-21 03:21:53, 248), (108, 2026-03-09 17:04:45, 69ae9b3d3a1374ae5197a036, 3495, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:05:39, 69ae9b733a1374ae5197a04c, 3496, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:07:09, 69ae9bcc3a1374ae5197a0f8, 3497, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-09 17:07:51, 69ae9bf63a1374ae5197a1ac, 3498, 127, 628, 0, 0, 22, 2026-07-21 03:51:22, 248), (914, 2026-03-16 10:44:10, 69b77c8a63be3ee63076e50b, 3597, 127, 749, 0.5, 1, 22, 2026-07-20 10:02:49, 248), (108, 2026-03-31 10:21:25, 69cb3db57fc76107abb2bc0d, 3700, 127, 628, 1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-03-31 10:33:23, 69cb407f7fc76107abb2bcdc, 3702, 127, 628, 2, 0, 22, 2026-07-21 03:51:22, 248), (848, 2026-05-04 14:50:04, 69f84faa183ac29a83813062, 3807, 127, 713, 0, 1, 22, 2026-07-20 10:14:42, 248), (105, 2026-05-18 15:14:54, 6a0aca7ed43e3e4de99d3f5e, 3934, 127, 625, -1, 0, 22, 2026-07-20 09:31:10, 248), (108, 2026-05-18 15:15:24, 6a0aca9c9b1fc6bf18eccdd9, 3935, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248), (4864, 2026-05-19 16:30:18, 6a0c2daac5d7f0d546339c71, 3944, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:33:33, 6a0c2e6dc5d7f0d546339cdc, 3945, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:36:53, 6a0c2f34c5d7f0d546339d43, 3946, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-19 16:39:15, 6a0c2fc3c5d7f0d546339da1, 3947, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-20 08:31:24, 6a0d0eebc5d7f0d546339e5e, 3948, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (4864, 2026-05-20 17:05:05, 6a0d8751c5d7f0d546339f29, 3949, 127, 805, 5.6, 1, 22, 2026-07-21 02:04:10, 248), (569, 2026-05-28 12:47:26, 6a17d6ed0cb836333e77589f, 3970, 127, 712, -1, 0, 22, 2026-07-20 07:12:46, 248), (4873, 2026-05-28 14:39:25, 6a17f12cc5d7f0d54633a4cb, 3977, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (569, 2026-05-29 09:13:11, 6a18f6360cb836333e775cea, 3982, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (570, 2026-05-29 09:14:01, 6a18f6680cb836333e775e97, 3983, 127, 713, 2.9, 0, 22, 2026-07-20 10:15:04, 248), (4904, 2026-05-30 11:25:31, 6a1a66bb0cb836333e77621c, 3992, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-05-30 11:40:46, 6a1a6a4e0cb836333e776246, 3993, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4937, 2026-06-12 09:51:09, 6a2b741c0cb836333e7766bb, 4062, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4937, 2026-06-12 09:52:10, 6a2b745a0cb836333e7766ff, 4064, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (4919, 2026-06-13 07:56:55, 6a2caad7c5d7f0d54633bea5, 4071, 127, 805, -1, 0, 22, 2026-07-21 02:04:10, 248), (841, 2026-06-15 10:43:20, 6a2f74d70cb836333e776a5b, 4077, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-06-15 10:49:30, 6a2f764a0cb836333e776a73, 4078, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (4995, 2026-06-17 10:11:18, 6a3272c6762f13a1d09ca329, 4092, 127, 713, 0.3, 1, 1, 2026-07-20 07:57:25, 485), (4995, 2026-06-17 10:12:22, 6a327306762f13a1d09ca357, 4093, 127, 713, 0.6, 1, 1, 2026-07-20 10:18:04, 485), (4995, 2026-06-17 10:12:47, 6a32731e762f13a1d09ca3a8, 4094, 127, 713, 0.3, 1, 1, 2026-07-20 10:27:24, 485), (4904, 2026-06-23 04:52:49, 6a3a1121762f13a1d09ca5fe, 4097, 127, 713, -1, 0, 1, 2026-07-20 10:28:16, 485), (570, 2026-06-25 10:36:14, 6a3d049e762f13a1d09ca89e, 4113, 127, 713, -1, 0, 1, 2026-07-20 10:29:48, 485), (570, 2026-06-25 10:44:15, 6a3d067f762f13a1d09ca917, 4115, 127, 713, -1, 0, 1, 2026-07-20 10:29:59, 485), (4904, 2026-06-26 06:55:02, 6a3e2246762f13a1d09cab92, 4128, 127, 713, -1, 0, 1, 2026-07-20 10:35:19, 485), (4904, 2026-06-26 07:31:33, 6a3e2ad5762f13a1d09cabac, 4129, 127, 713, -1, 0, 1, 2026-07-20 10:35:28, 485), (4962, 2026-06-27 10:48:28, 6a3faa7c76ca4dcafe10496f, 4140, 127, 803, 1, 1, 22, 2026-07-21 01:46:32, 248), (4962, 2026-06-29 01:20:03, 6a41c84376ca4dcafe104a45, 4141, 127, 803, 1, 1, 22, 2026-07-21 01:49:39, 248), (4962, 2026-06-29 01:29:07, 6a41ca6376ca4dcafe104b19, 4142, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 01:33:17, 6a41cb5d76ca4dcafe104c00, 4143, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 01:51:13, 6a41cf9176ca4dcafe104cf9, 4144, 127, 803, 2, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 02:05:25, 6a41d2e576ca4dcafe104de5, 4145, 127, 803, 1.5, 1, 22, 2026-07-21 01:57:27, 248), (4962, 2026-06-29 02:10:57, 6a41d43176ca4dcafe104ecc, 4146, 127, 803, 2, 1, 22, 2026-07-21 01:57:27, 248), (912, 2026-06-29 07:22:57, 6a421d50776af34dd1881b71, 4147, 127, 747, 1.9, 1, 22, 2026-07-20 09:33:03, 248), (4962, 2026-06-29 07:39:52, 6a42214876ca4dcafe104fdc, 4148, 127, 803, -1, 0, 22, 2026-07-21 02:04:37, 248), (4864, 2026-07-01 09:10:50, 6a44d99a76ca4dcafe10531e, 4153, 127, 805, -1, 0, 22, 2026-07-21 02:04:37, 248), (4919, 2026-07-01 09:49:36, 6a44e2b076ca4dcafe10538c, 4154, 127, 804, 1.5, 1, 22, 2026-07-21 02:04:37, 248), (4919, 2026-07-01 09:58:25, 6a44e4c176ca4dcafe105473, 4155, 127, 804, 1, 1, 22, 2026-07-21 02:04:37, 248), (4917, 2026-07-02 08:19:20, 6a461f0822728c6091717e07, 4160, 127, 805, -1, 0, 22, 2026-07-21 02:04:37, 248), (4962, 2026-07-02 08:26:38, 6a4620be22728c6091717e52, 4161, 127, 803, 0, 1, 22, 2026-07-21 02:04:37, 248), (4904, 2026-07-02 09:06:36, 6a462a1c5614783f2287a587, 4165, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:07:28, 6a462a505614783f2287a5ad, 4166, 127, 713, 0, 1, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:17:57, 6a462cc50402e7d001cd9246, 4167, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (4904, 2026-07-02 09:45:39, 6a4633420402e7d001cd926b, 4169, 127, 713, 1.5, 1, 1, 2026-07-20 10:38:36, 485), (4962, 2026-07-03 03:00:38, 6a4725d622728c6091717f5f, 4170, 127, 803, 0, 1, 22, 2026-07-21 02:04:37, 248), (108, 2026-07-06 02:31:52, 6a4b1398d9cf97dd74c03269, 4175, 127, 628, 3.5, 0, 22, 2026-07-21 03:51:22, 248), (5078, 2026-07-07 02:35:34, 6a4c65f67a0569e1d952b56a, 4179, 127, 857, 0, 1, 22, 2026-07-20 10:00:20, 248), (5093, 2026-07-07 07:31:33, 6a4cab55850173dc012c0a87, 4183, 127, 625, 4.75, 0, 22, 2026-07-20 09:31:10, 248), (5095, 2026-07-07 08:56:11, 6a4cbf2b566eb0b50a3c5322, 4185, 127, 749, 0.5, 0, 22, 2026-07-20 10:02:49, 248), (5093, 2026-07-08 02:16:06, 6a4db2e6711e3a12077f75f3, 4187, 127, 625, 3.75, 0, 22, 2026-07-20 09:31:10, 248), (5094, 2026-07-08 02:19:21, 6a4db3a9e74f4ec13984aa61, 4188, 127, 747, 4.25, 1, 22, 2026-07-20 09:33:03, 248), (5097, 2026-07-08 02:29:39, 6a4db613729540c061b5b873, 4190, 127, 857, -1, 0, 22, 2026-07-20 10:00:20, 248), (4904, 2026-07-08 10:33:51, 6a4e278f729540c061b5ba16, 4200, 127, 713, 0.3, 1, 1, 2026-07-20 10:43:13, 485), (842, 2026-07-10 10:12:24, 6a50c588729540c061b5c63f, 4230, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (842, 2026-07-10 10:14:49, 6a50c619729540c061b5c6ac, 4231, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:04:24, 6a574d18729540c061b5cc90, 5117, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:22:49, 6a575169729540c061b5cd00, 5118, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:33:58, 6a575406729540c061b5cdc5, 5119, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:34:42, 6a575432729540c061b5ce00, 5120, 127, 715, -1, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:37:29, 6a5754d8729540c061b5ce24, 5121, 127, 715, 1, 0, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:50:08, 6a5757d0729540c061b5ce88, 5122, 127, 715, 6, 1, 1, 2026-07-21 01:48:40, 485), (5099, 2026-07-15 09:57:17, 6a57597d729540c061b5cefe, 5123, 127, 715, -1, 0, 1, 2026-07-21 01:48:40, 485), (5094, 2026-07-16 03:43:25, 6a58535de74f4ec13984ac5c, 5126, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-16 06:16:50, 6a587752b3e46676dd8b6ffe, 5130, 127, 624, -1, 0, 22, 2026-07-20 09:29:06, 248), (5092, 2026-07-16 06:27:56, 6a5879ecb3e46676dd8b709d, 5131, 127, 624, 2, 1, 22, 2026-07-20 09:58:30, 248), (5092, 2026-07-16 06:31:08, 6a587aacb3e46676dd8b713c, 5132, 127, 624, 2, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 07:32:38, 6a588916b3e46676dd8b725c, 5133, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 07:37:18, 6a588a2eb3e46676dd8b7318, 5134, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-16 08:01:46, 6a588feab3e46676dd8b757c, 5135, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (569, 2026-07-16 08:12:31, 6a58926e729540c061b5d00c, 5136, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (569, 2026-07-17 01:50:15, 6a598a57729540c061b5d05a, 5138, 127, 712, 0.6, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 02:53:53, 6a599941729540c061b5d514, 5154, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 02:54:02, 6a59994a729540c061b5d530, 5155, 127, 712, 0.3, 0, 22, 2026-07-20 07:13:30, 248), (841, 2026-07-17 03:07:21, 6a599c69729540c061b5d575, 5156, 127, 712, 0.3, 0, 22, 2026-07-20 07:13:30, 248), (5099, 2026-07-17 04:15:27, 6a59ac5f729540c061b5d71b, 5167, 127, 715, 0, 0, 1, 2026-07-21 01:48:40, 485), (5092, 2026-07-17 08:00:01, 6a59e101e93c9d1783667af6, 5177, 127, 624, 2.5, 1, 22, 2026-07-21 03:57:41, 248), (5078, 2026-07-17 08:14:38, 6a59e46d52fb26674589e13a, 5181, 127, 857, -1, 0, 22, 2026-07-20 10:00:20, 248), (5078, 2026-07-17 08:33:09, 6a59e8c552fb26674589e4ea, 5187, 127, 857, 10, 1, 22, 2026-07-20 10:00:20, 248), (5093, 2026-07-17 09:13:01, 6a59f21db5f530c2621dbd0e, 5194, 127, 625, 2.5, 0, 22, 2026-07-20 09:31:10, 248), (841, 2026-07-19 01:04:18, 6a5c229252fb26674589eb95, 5198, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (5094, 2026-07-19 01:59:11, 6a5c2f6f8dfe150ff17ea792, 5199, 127, 747, -1, 0, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-19 03:11:13, 6a5c4051e93c9d1783667cbc, 5200, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5094, 2026-07-19 03:15:26, 6a5c414e8dfe150ff17ea836, 5201, 127, 747, 2, 1, 22, 2026-07-20 09:33:03, 248), (5094, 2026-07-20 01:54:50, 6a5d7fea8dfe150ff17ea910, 5202, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5092, 2026-07-20 02:39:53, 6a5d8a79e93c9d1783667d95, 5203, 127, 624, 0, 1, 22, 2026-07-21 03:57:41, 248), (5092, 2026-07-20 02:43:01, 6a5d8b34e93c9d1783667e38, 5204, 127, 624, 2.5, 1, 22, 2026-07-21 03:57:41, 248), (5094, 2026-07-20 02:44:05, 6a5d8b758dfe150ff17eaa11, 5205, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5094, 2026-07-20 02:45:11, 6a5d8bb68dfe150ff17eaab0, 5206, 127, 747, 0, 1, 22, 2026-07-20 09:33:03, 248), (5206, 2026-07-20 03:37:57, 6a5d981552fb26674589ebcd, 5208, 127, 713, -1, 0, 22, 2026-07-20 10:15:04, 248), (841, 2026-07-20 07:12:57, 6a5dca7952fb26674589ec7b, 5209, 127, 712, -1, 0, 22, 2026-07-20 07:13:30, 248), (5092, 2026-07-20 09:29:07, 6a5dea6385bb2b3349cf8004, 5210, 127, 624, -1, 0, 22, 2026-07-21 03:57:41, 248), (5093, 2026-07-20 09:31:11, 6a5deadfc55236d62ddef7b6, 5211, 127, 625, 2.25, 1, 22, 2026-07-20 09:40:31, 248), (5094, 2026-07-20 09:33:04, 6a5deb50d4c2ec76067e31ec, 5212, 127, 747, 1.25, 1, 22, 2026-07-20 09:40:37, 248), (5095, 2026-07-20 09:35:11, 6a5debcfa808e6e91d961bc5, 5213, 127, 749, -1, 0, 22, 2026-07-20 10:02:49, 248), (5207, 2026-07-20 09:36:08, 6a5dec0885bb2b3349cf80b1, 5214, 127, 877, 2.5, 1, 22, 2026-07-20 09:40:53, 248), (5208, 2026-07-20 09:37:01, 6a5dec3d85bb2b3349cf8151, 5215, 127, 878, 2.5, 1, 22, 2026-07-20 09:38:10, 248), (5092, 2026-07-20 09:58:31, 6a5df14785bb2b3349cf831c, 5216, 127, 624, 2.5, 0, 22, 2026-07-21 03:57:41, 248), (5095, 2026-07-20 10:00:45, 6a5df1cda808e6e91d961c7c, 5217, 127, 749, 2, 0, 22, 2026-07-20 10:02:49, 248), (5092, 2026-07-20 10:05:59, 6a5df30685bb2b3349cf844b, 5218, 127, 624, 2.5, 0, 1, 2026-07-20 10:06:44, 485), (5093, 2026-07-20 10:07:12, 6a5df350c55236d62ddef85d, 5219, 127, 625, 2.25, 1, 1, 2026-07-20 10:07:54, 485), (5094, 2026-07-20 10:08:19, 6a5df393d4c2ec76067e328e, 5220, 127, 747, 1.25, 1, 1, 2026-07-21 01:57:48, 485), (5095, 2026-07-20 10:09:09, 6a5df3c5a808e6e91d961d3f, 5221, 127, 749, 2, 0, 1, 2026-07-20 10:09:41, 485), (5207, 2026-07-20 10:10:06, 6a5df3fe85bb2b3349cf8580, 5222, 127, 877, 2.5, 1, 1, 2026-07-21 01:48:49, 485), (5208, 2026-07-20 10:11:05, 6a5df43985bb2b3349cf8620, 5223, 127, 878, 2.5, 1, 1, 2026-07-21 01:48:58, 485), (5206, 2026-07-20 10:12:03, 6a5df4735e56ff24d00f1759, 5224, 127, 713, 10, 1, 1, 2026-07-20 12:27:15, 485), (5206, 2026-07-20 10:14:49, 6a5df5195e56ff24d00f17bc, 5225, 127, 713, 10, 0, 22, 2026-07-20 10:15:04, 248), (5206, 2026-07-20 10:18:59, 6a5df6135e56ff24d00f1818, 5226, 127, 713, 10, 1, 1, 2026-07-21 01:09:59, 485), (5206, 2026-07-20 10:27:25, 6a5df80d5e56ff24d00f187d, 5227, 127, 713, 10, 1, 1, 2026-07-21 01:21:02, 485), (5206, 2026-07-20 10:28:28, 6a5df84c5e56ff24d00f18ce, 5228, 127, 713, 10, 1, 1, 2026-07-21 01:37:39, 485), (5206, 2026-07-20 10:29:49, 6a5df89d5e56ff24d00f1912, 5229, 127, 713, -1, 0, 1, 2026-07-21 01:38:22, 485), (5206, 2026-07-20 10:30:09, 6a5df8b15e56ff24d00f193d, 5230, 127, 713, 10, 1, 1, 2026-07-21 01:48:23, 485), (5206, 2026-07-20 10:35:22, 6a5df9e95e56ff24d00f198d, 5231, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:36:48, 6a5dfa405e56ff24d00f19d1, 5232, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:38:41, 6a5dfab15e56ff24d00f1a1f, 5233, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 10:43:15, 6a5dfbc35e56ff24d00f1a67, 5234, 127, 713, 9.5, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-20 12:27:29, 6a5e14315e56ff24d00f1ac9, 5235, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:10:01, 6a5ec6e95e56ff24d00f1b1a, 5236, 127, 713, 10, 0, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:21:12, 6a5ec9885e56ff24d00f1b67, 5237, 127, 713, 10, 0, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:37:41, 6a5ecd655e56ff24d00f1baf, 5238, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (5206, 2026-07-21 01:46:25, 6a5ecf715e56ff24d00f1bfc, 5239, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (4962, 2026-07-21 01:46:38, 6a5ecf7d6146715219c10416, 5240, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (5206, 2026-07-21 01:48:26, 6a5ecfea5e56ff24d00f1c56, 5241, 127, 713, 10, 1, 1, 2026-07-21 01:48:52, 485), (4962, 2026-07-21 01:49:42, 6a5ed0366146715219c10501, 5242, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (4962, 2026-07-21 01:57:50, 6a5ed21e6146715219c105df, 5243, 127, 803, 0.5, 1, 22, 2026-07-21 02:04:37, 248), (104, 2026-07-21 02:05:38, 6a5ed3f285bb2b3349cf87c3, 5244, 127, 743, 1.75, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:13:07, 6a5ee3c385bb2b3349cf8963, 5245, 127, 743, 2, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:14:08, 6a5ee40085bb2b3349cf8aac, 5246, 127, 743, 1.75, 0, 22, 2026-07-21 03:20:47, 248), (104, 2026-07-21 03:20:41, 6a5ee58985bb2b3349cf8c25, 5247, 127, 743, -1, 0, 22, 2026-07-21 03:20:47, 248), (108, 2026-07-21 03:21:01, 6a5ee59d863b40e2114bcf17, 5248, 127, 628, 1, 0, 22, 2026-07-21 03:51:22, 248), (108, 2026-07-21 03:21:56, 6a5ee5d4863b40e2114bd066, 5249, 127, 628, -1, 0, 22, 2026-07-21 03:51:22, 248) on duplicate key update `stusco_student_id` = values(`stusco_student_id`), `stusco_user_id` = values(`stusco_user_id`), `stusco_course_id` = values(`stusco_course_id`), `stusco_mock_contest_id` = values(`stusco_mock_contest_id`), `stusco_score_status` = values(`stusco_score_status`), `stusco_history_contest_id` = values(`stusco_history_contest_id`), `stusco_overall_score` = values(`stusco_overall_score`), `stusco_is_sync` = values(`stusco_is_sync`), `stusco_updated_at` = values(`stusco_updated_at`)) | Mirror lcms_user_assignments lỗi: SQLSTATE[HY000] [1049] Unknown database 'ZEUS_speakup' (Connection: zeus, SQL: insert into `lcms_user_assignments` (`usrasi_completion_state`, `usrasi_completion_time`, `usrasi_course_id`, `usrasi_created_at`, `usrasi_id`, `usrasi_is_cron`, `usrasi_is_sync`, `usrasi_payload_data`, `usrasi_response_data`, `usrasi_section_id`, `usrasi_student_id`, `usrasi_updated_at`, `usrasi_zeus_id`) values (0, 2026-07-19 23:46:40, 5063, 2026-07-19 16:47:03, 181, 0, 127, {\"course_id\": \"227\", \"section_id\": \"1856\", \"tenant_key\": \"VWvi4u56mb\", \"zeus_user_id\": 271, \"x_tenant_code\": \"ICC\", \"completion_time\": \"2026-07-19 23:46:40\"}, {\"course\": {\"id\": 227, \"name\": \"Easy IELTS 25-Foundation\"}, \"section\": {\"id\": 1856, \"name\": \"Lesson 8-Unit 2-Speaking\"}}, 5071, 23, 2026-07-19 16:47:03, 271), (0, 2026-07-19 23:46:40, 5036, 2026-07-19 16:47:03, 182, 0, 127, {\"auto_assigned\": true, \"source_section_id\": 1856}, {\"course\": {\"id\": 226, \"name\": \"[Center] Easy IELTS 25 - Foundation\"}, \"section\": {\"id\": 1845, \"name\": \"Lesson 8 Speaking\"}, \"auto_assigned_from\": 1856}, 5044, 23, 2026-07-19 16:47:03, 271) on duplicate key update `usrasi_course_id` = values(`usrasi_course_id`), `usrasi_section_id` = values(`usrasi_section_id`), `usrasi_zeus_id` = values(`usrasi_zeus_id`), `usrasi_student_id` = values(`usrasi_student_id`), `usrasi_completion_time` = values(`usrasi_completion_time`), `usrasi_completion_state` = values(`usrasi_completion_state`), `usrasi_payload_data` = values(`usrasi_payload_data`), `usrasi_response_data` = values(`usrasi_response_data`), `usrasi_is_cron` = values(`usrasi_is_cron`), `usrasi_is_sync` = values(`usrasi_is_sync`), `usrasi_updated_at` = values(`usrasi_updated_at`))"
        }
    }
}
