diff --git a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/mapper/mapper.ftl b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/mapper/mapper.ftl index d3e01bd..8481cad 100644 --- a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/mapper/mapper.ftl +++ b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/mapper/mapper.ftl @@ -152,7 +152,7 @@ dt${field.dictionaryIndex}.dictionary_id = t1.${field.underLineFieldName} AND dt${field.dictionaryIndex}.is_delete = 0 - <#if field.fieldType == "checkbox"> + <#elseif field.fieldType == "checkbox"> LEFT JOIN data_dictionary dt${field.dictionaryIndex} ON