修复因pagehelper升级,而导致代码生成功能SQL报错的问题。

This commit is contained in:
谁是大胖子 2021-10-13 08:23:40 +00:00 committed by Gitee
parent 14ca1e5c40
commit e40b5a4f3e
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="tableComment != null and tableComment != ''">
AND lower(table_comment) like lower(concat('%', #{tableComment}, '%'))
</if>
order by create_time desc
</select>
<select id="selectDbTableListByNames" resultMap="GenTableResult">