From 0d46e34ca103cbd3861ab1b3f9336b84e988dc1d Mon Sep 17 00:00:00 2001 From: zhaokai Date: Fri, 6 Mar 2026 19:15:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(study):=20=E4=BF=AE=E5=A4=8D=E7=8F=AD?= =?UTF-8?q?=E7=BA=A7=E5=85=B3=E8=81=94=E6=9F=A5=E8=AF=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/study/ClassMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml index 0ed7853..94f64ec 100644 --- a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml @@ -152,7 +152,7 @@ s.id stu_id FROM student s - left join class c on c.class_id = s.class_id + left join class c on c.class_id = s.class_id and c.state =2 left join training_type t on t.training_type_id = c.train_type left join corp_info ci on ci.id = c.corpinfo_id