public interface IJobLogService extends com.baomidou.mybatisplus.extension.service.IService<JobLog>
服务类
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearLog(List<Long> logIds) |
List<Long> |
findClearLogIds(int jobGroup,
int jobId,
Date clearBeforeTime,
int clearBeforeNum,
int pagesize) |
List<Long> |
findFailJobLogIds(int pagesize) |
Map<String,Object> |
findLogReport(Date from,
Date to) |
List<Long> |
findLostJobIds(Date losedTime) |
int |
updateAlarmStatus(long logId,
int oldAlarmStatus,
int newAlarmStatus) |
int |
updateHandleInfo(JobLog xxlJobLog) |
int |
updateTriggerInfo(JobLog xxlJobLog) |
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdint updateTriggerInfo(JobLog xxlJobLog)
int updateHandleInfo(JobLog xxlJobLog)
List<Long> findClearLogIds(int jobGroup, int jobId, Date clearBeforeTime, int clearBeforeNum, int pagesize)
int updateAlarmStatus(long logId,
int oldAlarmStatus,
int newAlarmStatus)
Copyright © 2022. All rights reserved.