代码生成导入表按创建时间排序

pull/327/head
RuoYi 2021-09-03 09:54:57 +08:00
parent bf2d2cbeb3
commit c44c9187a9
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ 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">