From 79086df6120c963378b4839175ae8aaca5d82c00 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Thu, 30 Apr 2020 17:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/codetemplate/default/mapper/mapper.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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