From ca697e98fa8e13e6e16b54f7cdd03d3a17602f8e Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 9 Jan 2026 13:44:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E8=B5=84=E6=BA=90=E5=BA=93?= =?UTF-8?q?=E7=AE=A1=E7=90=86][=E9=BA=BB=E7=B2=BE=E8=8D=AF=EF=BC=8C?= =?UTF-8?q?=E7=BB=99=E8=8D=AF=E5=88=B6=E5=89=82]=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml | 4 ++-- .../hxhq-system/src/main/resources/mapper/business/MjyMapper.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml index 75c319c..9cc8355 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/GyzjMapper.xml @@ -15,8 +15,8 @@ ,t.ckl,t.ckldw,t.ffzytj,t.ckmz,t.ckmzdw,t.lqr1_mc,t.lqr2_mc,t.ffr1_mc,t.ffr2_mc,t.ffbz,s.name as mdMc ,z.mc as zcgMc FROM `t_gyzj` t - join `t_study` s on s.id=t.md_id - join `t_zcg` z on z.id=t.zcg_id + left join `t_study` s on s.id=t.md_id + left join `t_zcg` z on z.id=t.zcg_id ${ew.sqlSegment} diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml index 0dd5984..d4ae7f5 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/MjyMapper.xml @@ -15,8 +15,8 @@ ,t.ckl,t.ckldw,t.ffzytj,t.ckmz,t.ckmzdw,t.lqr1_mc,t.lqr2_mc,t.ffr1_mc,t.ffr2_mc,t.ffbz,s.name as mdMc ,z.mc as zcgMc FROM `t_mjy` t - join `t_zcg` z on z.id=t.zcg_id - join `t_study` s on s.id=t.md_id + left join `t_zcg` z on z.id=t.zcg_id + left join `t_study` s on s.id=t.md_id ${ew.sqlSegment}