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}