From 83030b3f93e5666f56dd759fee2c8989f9658af2 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Thu, 29 May 2025 09:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E9=80=92=E5=BD=92?= =?UTF-8?q?=E6=AD=BB=E5=BE=AA=E7=8E=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/datasource/DataSourceFiledMapper.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/datasource/DataSourceFiledMapper.xml b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/datasource/DataSourceFiledMapper.xml index f86b9e501..ba470bbee 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/datasource/DataSourceFiledMapper.xml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/datasource/DataSourceFiledMapper.xml @@ -11,8 +11,8 @@ * from system_data_source_field where - - source_id LIKE CONCAT('%', #{ids}, '%') + + source_id LIKE CONCAT('%', #{id}, '%') @@ -25,13 +25,13 @@ where - - source_id LIKE CONCAT('%', #{sourceFields.parentId}, '%') + + source_id LIKE CONCAT('%', #{sourceField.parentId}, '%') and `key` in - - #{sourceFields.key} + + #{sourceField.key} @@ -44,8 +44,8 @@ where `key` in - - #{keyList} + + #{key}