@Service public class TaskUserLinkServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OaTaskUserLinkMapper,OaTaskUserLink> implements TaskUserLinkService
| 构造器和说明 |
|---|
TaskUserLinkServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
countByTaskId(Long taskId) |
int |
countUsersByTaskId(Long taskId)
统计任务的实际处理人数量
即把 角色 转化为人进行统计
|
List<OaTaskUserLink> |
listByRoleIds(Collection<String> roleIds) |
List<OaTaskUserLink> |
listByTaskId(Long taskId) |
List<OaTaskUserLink> |
listByUserIds(Collection<String> userIds) |
void |
removeByTaskId(Long taskId) |
boolean |
saveBatch(Collection<OaTaskUserLink> entityList) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getById, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateByIdpublic long countByTaskId(Long taskId)
countByTaskId 在接口中 TaskUserLinkServicepublic void removeByTaskId(Long taskId)
removeByTaskId 在接口中 TaskUserLinkServicepublic List<OaTaskUserLink> listByRoleIds(Collection<String> roleIds)
listByRoleIds 在接口中 TaskUserLinkServicepublic List<OaTaskUserLink> listByUserIds(Collection<String> userIds)
listByUserIds 在接口中 TaskUserLinkServicepublic List<OaTaskUserLink> listByTaskId(Long taskId)
listByTaskId 在接口中 TaskUserLinkServicepublic int countUsersByTaskId(Long taskId)
countUsersByTaskId 在接口中 TaskUserLinkServicetaskId - public boolean saveBatch(Collection<OaTaskUserLink> entityList)
saveBatch 在接口中 com.baomidou.mybatisplus.extension.service.IService<OaTaskUserLink>saveBatch 在接口中 TaskUserLinkServiceCopyright © 2023. All rights reserved.