提交者
Gitee
!308 代码生成: 导入表时查询 新创建表的优先排序在前面
Merge pull request !308 from xiaoshitou/N/A
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -92,6 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -92,6 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 92 | <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> | 92 | <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> |
| 93 | AND date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') | 93 | AND date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') |
| 94 | </if> | 94 | </if> |
| 95 | + order by create_time desc | ||
| 95 | </select> | 96 | </select> |
| 96 | 97 | ||
| 97 | <select id="selectDbTableListByNames" resultMap="GenTableResult"> | 98 | <select id="selectDbTableListByNames" resultMap="GenTableResult"> |
-
请 注册 或 登录 后发表评论