public interface IUserService extends com.baomidou.mybatisplus.service.IService<User>
Modifier and Type | Method and Description |
---|---|
int |
changePwd(Integer userId,
String pwd)
修改密码
|
User |
getByAccount(String account)
通过账号获取用户
|
List<Map<String,Object>> |
selectUsers(DataScope dataScope,
String name,
String beginTime,
String endTime,
Integer deptid)
根据条件查询用户列表
|
int |
setRoles(Integer userId,
String roleIds)
设置用户的角色
|
int |
setStatus(Integer userId,
int status)
修改用户状态
|
delete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, insertBatch, insertBatch, insertOrUpdate, insertOrUpdateAllColumn, insertOrUpdateAllColumnBatch, insertOrUpdateAllColumnBatch, insertOrUpdateBatch, insertOrUpdateBatch, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMap, selectMaps, selectMapsPage, selectObj, selectObjs, selectOne, selectPage, selectPage, update, updateAllColumnBatchById, updateAllColumnBatchById, updateAllColumnById, updateBatchById, updateBatchById, updateById, updateForSet
Copyright © 2018. All rights reserved.