mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-05 00:11:57 +08:00
Compare commits
2 Commits
3fa4901d57
...
33a52c8166
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33a52c8166 | ||
|
|
b44e0e4de6 |
@@ -42,6 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
|
and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectJobLogAll" resultMap="SysJobLogResult">
|
<select id="selectJobLogAll" resultMap="SysJobLogResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user