Interface RetryTaskLogMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTaskLog>,com.baomidou.mybatisplus.core.mapper.Mapper<RetryTaskLog>
public interface RetryTaskLogMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<RetryTaskLog>
-
Method Summary
Modifier and TypeMethodDescriptionintinsertBatch(List<RetryTaskLog> list) selectRetryRetryTaskLogSummaryList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetryTaskLog> wrapper) Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectBatchIds, selectById, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById
-
Method Details
-
insertBatch
-
selectRetryRetryTaskLogSummaryList
List<DashboardRetryResponseDO> selectRetryRetryTaskLogSummaryList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetryTaskLog> wrapper)
-