所有超级接口:
com.baomidou.mybatisplus.extension.service.IService<Todo>
所有已知实现类:
TodoServiceImpl

public interface ITodoService extends com.baomidou.mybatisplus.extension.service.IService<Todo>
从以下版本开始:
2023-07-17 10:05:31
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    queryUnOperators(Set<Long> processIdSet)
    查询流程未操作者
    com.baomidou.mybatisplus.core.metadata.IPage<ProcessListVO>
    todoList(TodoListQueryDTO dto, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
    待办、已办列表
    待办数量查询

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
  • 方法详细资料

    • todoListCount

      TodoListCountVO todoListCount(Byte status)
      待办数量查询
      参数:
      status - 状态
      返回:
      数量
    • todoList

      com.baomidou.mybatisplus.core.metadata.IPage<ProcessListVO> todoList(TodoListQueryDTO dto, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
      待办、已办列表
      参数:
      dto - 查询参数
      sqlQueryParams - 分布查询参数
      返回:
      分页
    • queryUnOperators

      List<UnOperator> queryUnOperators(Set<Long> processIdSet)
      查询流程未操作者
      参数:
      processIdSet - 流程 id
      返回:
      未操作者集合