Package net.mingsoft.basic.dao
Interface IManagerDao
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<ManagerEntity>,net.mingsoft.base.dao.IBaseDao<ManagerEntity>,com.baomidou.mybatisplus.core.mapper.Mapper<ManagerEntity>
管理员持久化
- Version:
- 版本号:100-000-000
创建日期:2012-03-15
历史修订: - Author:
- ms dev group
-
Method Summary
Modifier and TypeMethodDescriptionqueryAllChildManager(int managerId) 查询当前登录的管理员的所有子管理员void根据用户名修改用户密码Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateByIdMethods inherited from interface net.mingsoft.base.dao.IBaseDao
alterTable, createTable, delete, delete, deleteByEntity, deleteBySQL, deleteEntity, dropTable, excuteSql, getByEntity, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntity
-
Method Details
-
updateUserPasswordByUserName
根据用户名修改用户密码- Parameters:
manager- 管理员实体
-
queryAllChildManager
查询当前登录的管理员的所有子管理员- Returns:
- 返回管理员集合
-