From 2e79eddd102e6cd3107e4619959f6ffe061430cc Mon Sep 17 00:00:00 2001 From: zhaokai Date: Fri, 6 Mar 2026 15:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(class):=20=E6=B7=BB=E5=8A=A0=E7=8F=AD?= =?UTF-8?q?=E7=BA=A7=E7=8A=B6=E6=80=81=E6=97=B6=E9=97=B4=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/study/StudentMapper.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml index 625e71e..e167af2 100644 --- a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml @@ -222,7 +222,7 @@ and c.name like concat('%',#{params.likeClassName},'%') - + and s.state = 0 and c.start_time > now() @@ -235,6 +235,10 @@ and c.start_time <= now() and c.end_time >= now() + + and s.state = 0 + and c.end_time <= now() +