正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | @@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | ||
| 42 | and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') | 42 | and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d') |
| 43 | </if> | 43 | </if> |
| 44 | </where> | 44 | </where> |
| 45 | + order by create_time desc | ||
| 45 | </select> | 46 | </select> |
| 46 | 47 | ||
| 47 | <select id="selectJobLogAll" resultMap="SysJobLogResult"> | 48 | <select id="selectJobLogAll" resultMap="SysJobLogResult"> |
-
请 注册 或 登录 后发表评论