RuoYi
2024-06-02 bc7a607033d789115e116815923302908f802261
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">