From 71e7ec40cc726f9a62b2cc23dda6d52147e203a7 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 9 Mar 2026 17:55:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(study):=20=E6=B7=BB=E5=8A=A0=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E7=BB=9F=E8=AE=A1=E6=9F=A5=E8=AF=A2=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=B9=B4=E4=BB=BD=E7=AD=9B=E9=80=89=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml index ddc9a53..c842e23 100644 --- a/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/StudentMapper.xml @@ -171,6 +171,10 @@ #{phone} + + AND (DATE_FORMAT(c.start_time, '%Y') = #{params.studentId} + OR DATE_FORMAT(c.start_time, '%Y') = #{params.studentId}) + and s.delete_enum = 'FALSE' and c.delete_enum = 'FALSE' and c.state != 1