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

This commit is contained in:
RuoYi 2021-09-03 09:52:01 +08:00
parent 57896ac4ae
commit b0f277b16d

View File

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