From 50837fc4a06d4b3d4bf7d83426a474fb238f8e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B2=85?= <907037276@qq.com> Date: Mon, 8 Jan 2024 18:16:26 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81swagger=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/sql/jlw/student.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/resources/sql/jlw/student.md b/web/src/main/resources/sql/jlw/student.md index 4069129e..e6ff9ea5 100644 --- a/web/src/main/resources/sql/jlw/student.md +++ b/web/src/main/resources/sql/jlw/student.md @@ -2242,4 +2242,4 @@ select student_sn as studentNo from student where class_id =#classId# findAllStudent === -select student_id as id,student_name as name,student_sn as schoolNumber,4 as roleId,class_id as classId from student \ No newline at end of file +select student_id as id,student_name as name,student_sn as schoolNumber,4 as roleId, old_class_id as classId from student join school_class on student.class_id = school_class.class_id \ No newline at end of file