From 70bd5c87c3d85abb37e4478b1742d632f254e192 Mon Sep 17 00:00:00 2001 From: fish Date: Thu, 13 Sep 2018 17:18:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=88=97=E8=A1=A8=E8=BF=87=E6=BB=A4=E4=BA=86?= =?UTF-8?q?=E8=A1=A8=E6=8F=8F=E8=BF=B0=E4=B8=BA=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/tool/GenMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mybatis/tool/GenMapper.xml b/src/main/resources/mybatis/tool/GenMapper.xml index bed2e4183..b6755f791 100644 --- a/src/main/resources/mybatis/tool/GenMapper.xml +++ b/src/main/resources/mybatis/tool/GenMapper.xml @@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - where table_comment ]]> '' and table_schema = (select database()) + where table_schema = (select database()) and table_name = #{tableName}