疯狂的狮子li
2022-01-13 a0bed51d966ab5d161d3fdd5423ba84f59fb60ff
ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobLogDao.java
@@ -10,6 +10,7 @@
/**
 * job log
 *
 * @author xuxueli 2016-1-12 18:03:06
 */
@Mapper
@@ -23,6 +24,7 @@
                           @Param("triggerTimeStart") Date triggerTimeStart,
                           @Param("triggerTimeEnd") Date triggerTimeEnd,
                           @Param("logStatus") int logStatus);
   public int pageListCount(@Param("offset") int offset,
                      @Param("pagesize") int pagesize,
                      @Param("jobGroup") int jobGroup,
@@ -49,6 +51,7 @@
                             @Param("clearBeforeTime") Date clearBeforeTime,
                             @Param("clearBeforeNum") int clearBeforeNum,
                             @Param("pagesize") int pagesize);
   public int clearLog(@Param("logIds") List<Long> logIds);
   public List<Long> findFailJobLogIds(@Param("pagesize") int pagesize);