java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysUserDeptMapper,SysUserDept>
io.github.mangocrisp.spring.taybct.module.system.service.impl.SysUserDeptServiceImpl
所有已实现的接口:
com.baomidou.mybatisplus.extension.service.IService<SysUserDept>, ISysUserDeptService

public class SysUserDeptServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysUserDeptMapper,SysUserDept> implements ISysUserDeptService
针对表【sys_user_dept(用户部门关联表,可以知道用户有多少部门,也可以知道部门有多少用户)】的数据库操作Service实现
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil
     
    protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService
     
    protected SysUserMapper
     
     

    从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl

    baseMapper, entityClass, log, mapperClass, typeArguments

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

    DEFAULT_BATCH_SIZE
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    更新用户部门关联

    从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl

    closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 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
  • 字段详细资料

    • sysUserOnlineService

      @Autowired(required=false) protected ISysUserOnlineService sysUserOnlineService
    • sysUserMapper

      @Autowired(required=false) protected SysUserMapper sysUserMapper
    • securityUtil

      @Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.bean.ISecurityUtil securityUtil
    • sysParamsObtainService

      @Autowired(required=false) protected io.github.mangocrisp.spring.taybct.tool.core.constant.ISysParamsObtainService sysParamsObtainService
  • 构造器详细资料

    • SysUserDeptServiceImpl

      public SysUserDeptServiceImpl()
  • 方法详细资料