From 08f1def3393b59396f2bb0fa24518bcdf9fe489e Mon Sep 17 00:00:00 2001 From: zhaokai Date: Thu, 5 Mar 2026 17:46:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(student):=20=E4=BF=AE=E5=A4=8D=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E7=8A=B6=E6=80=81=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/StudentMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml index 351789d..d2af160 100644 --- a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml @@ -199,6 +199,7 @@ case when s.state = 1 then 1 when s.state = 0 and c.start_time > now() then 0 when s.state = 0 and c.start_time <= now() and c.end_time >= now() then 2 + when s.state = 0 and c.end_time <= now() then 3 end as state, s.interested_ids, s.interested_names,