RuoYi
2024-05-29 4b699cd34c729f36a6ad4bb9ddcc0520c4bf3e61
src/main/resources/mybatis/system/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">