From 9c42a93d503ddba82202351e21aef46aac0878d1 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Tue, 10 Mar 2026 11:12:33 +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=8E=92=E9=99=A4=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=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/ClassMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml index b1b4148..3d64472 100644 --- a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml @@ -256,6 +256,9 @@ and c.state = 2 and c.end_time <= now() + + and c.state != #{params.neState} + order by c.state,