‘liusuyi’
2024-04-02 6a26b1d539576a556d0f8682af7ae4317de78c7a
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">