From 21dc840ce738a3039bf68ac8adef28f280ffbdef Mon Sep 17 00:00:00 2001 From: wangchengjun Date: Thu, 24 Mar 2022 23:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=92=8C=E6=94=B6=E8=97=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/collection/mapper/xml/OnlCgformCollectionMapper.xml | 2 +- .../modules/subscribe/mapper/xml/OnlCgformSubscribeMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/collection/mapper/xml/OnlCgformCollectionMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/collection/mapper/xml/OnlCgformCollectionMapper.xml index 009e21d33..7fd9b3043 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/collection/mapper/xml/OnlCgformCollectionMapper.xml +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/collection/mapper/xml/OnlCgformCollectionMapper.xml @@ -22,7 +22,7 @@ occ.document_id as documentId from onl_cgform_collection occ - left join buss_document_library bdl on occ.document_id = bdl.id + right join buss_document_library bdl on occ.document_id = bdl.id where occ.create_by = #{params.createBy} diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/subscribe/mapper/xml/OnlCgformSubscribeMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/subscribe/mapper/xml/OnlCgformSubscribeMapper.xml index b1ba5a3d5..3eecf85f9 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/subscribe/mapper/xml/OnlCgformSubscribeMapper.xml +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/subscribe/mapper/xml/OnlCgformSubscribeMapper.xml @@ -22,7 +22,7 @@ ocs.document_id as documentId from onl_cgform_subscribe ocs - left join + right join buss_document_library bdl on ocs.document_id = bdl.id where ocs.create_by = #{params.createBy}