zhangnaisong
2024-01-20 83ef78640c563640ad97220d88e9aa00dd520eb0
ruoyi-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml
@@ -42,6 +42,7 @@
            and create_time <= to_timestamp(#{params.endTime},'yyyy-MM-DD')
         </if>
      </where>
      order by create_time desc
   </select>
   
   <select id="selectJobLogAll" resultMap="SysJobLogResult">