修复因pagehelper升级,而导致代码生成功能SQL报错的问题。
This commit is contained in:
parent
14ca1e5c40
commit
e40b5a4f3e
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue