From be7ad67ed5123ad6a4981545fceffc121dc0cb3b Mon Sep 17 00:00:00 2001 From: zhaokai Date: Wed, 11 Mar 2026 15:33:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(archives):=20=E6=B7=BB=E5=8A=A0=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E6=97=B6=E9=95=BF=E6=A0=BC=E5=BC=8F=E5=8C=96=E5=8A=9F?= =?UTF-8?q?=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 | 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 3d64472..a676650 100644 --- a/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/ClassMapper.xml @@ -227,7 +227,7 @@ and c.examination = #{params.examination} - + and c.examination = 1 and s.state = 0 and c.end_time > now()