@Service public class SysPostServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysPostMapper,SysPost> implements SysPostService
| 构造器和说明 |
|---|
SysPostServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkPostCodeUnique(SysPost post) |
boolean |
checkPostNameUnique(SysPost post) |
int |
countUserPostById(Long postId)
通过岗位ID查询岗位使用数量
|
int |
deletePostByIds(Long[] postIds) |
com.baomidou.mybatisplus.core.metadata.IPage<SysPost> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysPost> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysPost> query) |
List<Long> |
selectPostListByUserId(Long userId) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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, updateByIdpublic com.baomidou.mybatisplus.core.metadata.IPage<SysPost> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysPost> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysPost> query)
selectListPage 在接口中 SysPostServicepublic int deletePostByIds(Long[] postIds)
deletePostByIds 在接口中 SysPostServicepublic int countUserPostById(Long postId)
countUserPostById 在接口中 SysPostServicepostId - 岗位IDpublic boolean checkPostNameUnique(SysPost post)
checkPostNameUnique 在接口中 SysPostServicepublic boolean checkPostCodeUnique(SysPost post)
checkPostCodeUnique 在接口中 SysPostServicepublic List<Long> selectPostListByUserId(Long userId)
selectPostListByUserId 在接口中 SysPostServiceCopyright © 2023. All rights reserved.