若依
2024-03-04 33a52c81664f821f8970c47c3e51593d643d3d6a
!360 update ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml.
Merge pull request !360 from 刘继东/N/A
1 files modified
1 ■■■■ changed files
ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml 1 ●●●● patch | view | raw | blame | history
ruoyi-modules/ruoyi-job/src/main/resources/mapper/job/SysJobLogMapper.xml
@@ -42,6 +42,7 @@
                and date_format(create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
            </if>
        </where>
        order by create_time desc
    </select>
    
    <select id="selectJobLogAll" resultMap="SysJobLogResult">