From 4cea031d1e38ac5fb801f7dd83f95b82db4f278a Mon Sep 17 00:00:00 2001 From: zhangyue Date: Tue, 10 Mar 2026 14:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E7=AD=BE=E5=88=B0=E6=97=A0=E5=88=86=E7=BB=84=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/StudentSignMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/study/StudentSignMapper.xml b/web-infrastructure/src/main/resources/mapper/study/StudentSignMapper.xml index cb0444f..7cbb41f 100644 --- a/web-infrastructure/src/main/resources/mapper/study/StudentSignMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/study/StudentSignMapper.xml @@ -76,8 +76,6 @@ s.name student_name, cl.name class_name, cl.training_location, - MAX(CASE WHEN ss.type = 1 THEN ss.face_url END) AS sign_face_url, - MAX(CASE WHEN ss.type = 2 THEN ss.face_url END) AS exam_face_url, u.user_avatar_url, s.user_id_card, s.phone,