Interface RetrySummaryMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<RetrySummary>,com.baomidou.mybatisplus.core.mapper.Mapper<RetrySummary>
@Mapper
public interface RetrySummaryMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<RetrySummary>
- Version:
- 2.6.0
- Author:
- zhengweilin
-
Method Summary
Modifier and TypeMethodDescriptionintinsertBatch(List<RetrySummary> list) selectDashboardRankList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) selectRetryLineList(String dateFormat, com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) selectRetryTask(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) selectRetryTaskBarList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) com.baomidou.mybatisplus.core.metadata.IPage<DashboardRetryLineResponseDO.Task>selectRetryTaskList(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySceneConfig> wrapper, com.baomidou.mybatisplus.extension.plugins.pagination.Page<Object> page) longselectRetryTaskListCount(com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySceneConfig> wrapper) intupdateBatch(List<RetrySummary> list) 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
-
updateBatch
-
selectRetryTask
DashboardCardResponseDO.RetryTask selectRetryTask(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) -
selectRetryTaskBarList
List<DashboardCardResponseDO.RetryTask> selectRetryTaskBarList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) -
selectRetryTaskList
com.baomidou.mybatisplus.core.metadata.IPage<DashboardRetryLineResponseDO.Task> selectRetryTaskList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySceneConfig> wrapper, com.baomidou.mybatisplus.extension.plugins.pagination.Page<Object> page) -
selectRetryTaskListCount
long selectRetryTaskListCount(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySceneConfig> wrapper) -
selectRetryLineList
List<DashboardLineResponseDO> selectRetryLineList(@Param("dateFormat") String dateFormat, @Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper) -
selectDashboardRankList
List<DashboardRetryLineResponseDO.Rank> selectDashboardRankList(@Param("ew") com.baomidou.mybatisplus.core.conditions.Wrapper<RetrySummary> wrapper)
-