|
|
@ -19,13 +19,15 @@ public interface XxlJobInfoDao {
|
|
|
|
@Param("jobGroup") int jobGroup,
|
|
|
|
@Param("jobGroup") int jobGroup,
|
|
|
|
@Param("triggerStatus") int triggerStatus,
|
|
|
|
@Param("triggerStatus") int triggerStatus,
|
|
|
|
@Param("jobDesc") String jobDesc,
|
|
|
|
@Param("jobDesc") String jobDesc,
|
|
|
|
@Param("executorHandler") String executorHandler);
|
|
|
|
@Param("executorHandler") String executorHandler,
|
|
|
|
|
|
|
|
@Param("author") String author);
|
|
|
|
public int pageListCount(@Param("offset") int offset,
|
|
|
|
public int pageListCount(@Param("offset") int offset,
|
|
|
|
@Param("pagesize") int pagesize,
|
|
|
|
@Param("pagesize") int pagesize,
|
|
|
|
@Param("jobGroup") int jobGroup,
|
|
|
|
@Param("jobGroup") int jobGroup,
|
|
|
|
@Param("triggerStatus") int triggerStatus,
|
|
|
|
@Param("triggerStatus") int triggerStatus,
|
|
|
|
@Param("jobDesc") String jobDesc,
|
|
|
|
@Param("jobDesc") String jobDesc,
|
|
|
|
@Param("executorHandler") String executorHandler);
|
|
|
|
@Param("executorHandler") String executorHandler,
|
|
|
|
|
|
|
|
@Param("author") String author);
|
|
|
|
|
|
|
|
|
|
|
|
public int save(XxlJobInfo info);
|
|
|
|
public int save(XxlJobInfo info);
|
|
|
|
|
|
|
|
|
|
|
|