From ed5d0ee713e29dccf9bfef486b3749182d0eb13e Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Fri, 30 Jan 2026 21:48:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E9=BA=BB=E7=B2=BE=E8=8D=AF=E8=A1=A8?= =?UTF-8?q?=E5=8D=95]=20=E5=81=9C=E4=BF=9D=E8=A1=A8=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/business/StudyFormFillMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml index 8566ad2..dd21de5 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml @@ -8,7 +8,7 @@ ,ss.leader as subjectLeader,t.sfbl,tm.show_gc FROM `t_study_form_fill` t join t_template tm on tm.id=t.template_id - join t_study_subject ss on t.study_subject_id=ss.id + left join t_study_subject ss on t.study_subject_id=ss.id ${ew.sqlSegment}