From 5649e7e5a4365d2baece0ca658d998ce61e072af Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Thu, 28 Dec 2023 16:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20mysql.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql.sql b/mysql.sql index 96f4e7f..1465180 100644 --- a/mysql.sql +++ b/mysql.sql @@ -33,7 +33,7 @@ VALUES ('课程信息', 'student', '/course-info', 1), INSERT INTO menu_items (menu_name, role, path, `order`) VALUES ('课程类别', 'teacher', '/course-category', 1), ('课程信息', 'teacher', '/course-info', 2), - ('课程签到', 'teacher', '/attendance', 3), + ('课程签到', 'teacher', '/attendance-teacher', 3), ('签到提醒', 'teacher', '/attendance-reminder', 4);