RuoYi
2024-06-02 161cd2b1eada2045219ff20f9370defa5402d21d
ruoyi-quartz/src/main/resources/mapper/quartz/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">