From 8c0685e5d24cc1cdd355e5f155819f2ab435dc70 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Mon, 11 May 2020 16:55:52 +0800 Subject: [PATCH] =?UTF-8?q?mapper=E6=A8=A1=E6=9D=BF=E9=97=AE=E9=A2=98?= 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 8481cad..d2a8eaa 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 @@ -203,7 +203,7 @@ ${r"#{"}${firstLowerTableName}${r"Ids[${index}]}"} - <#if isCheckboxExist == 'exist'> + <#if isCheckboxExist?? && isCheckboxExist == "exist"> GROUP BY <#list fieldList! as field> <#if field.listShow == 1>