From ec949f97e0494529a62dcba1045584766f4d62e0 Mon Sep 17 00:00:00 2001 From: thj <18883325829@163.com> Date: Fri, 1 Oct 2021 16:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F=20:=202021?= =?UTF-8?q?-10-01=20=E8=83=8C=E6=99=AF=20:=20=E5=BD=93=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20mybatis=E7=BB=84=E4=BB=B6=E7=94=9F=E6=88=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=97=B6,=E5=90=84=E4=B8=AA=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B9=8B=E9=97=B4=20dao=20=E5=90=8D=E5=AD=97=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=20:=20=20=20=20=201=20mybatis.ftl=20?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=20=E6=94=B9=E4=B8=BAMapper=20=E5=BE=85?= =?UTF-8?q?=E8=80=83=E8=99=91=E6=96=B9=E6=A1=88:=20=20=20=20=201=20?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=8F=AF=E4=BB=A5=E6=94=B9=E4=B8=BA=20?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=20=E6=8C=87=E5=AE=9A=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/code-generator/mybatis/mybatis.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator-web/src/main/resources/templates/code-generator/mybatis/mybatis.ftl b/generator-web/src/main/resources/templates/code-generator/mybatis/mybatis.ftl index 5031716..24b0f0e 100644 --- a/generator-web/src/main/resources/templates/code-generator/mybatis/mybatis.ftl +++ b/generator-web/src/main/resources/templates/code-generator/mybatis/mybatis.ftl @@ -1,7 +1,7 @@ - + <#if classInfo.fieldList?exists && classInfo.fieldList?size gt 0>