@Service public class SystemUserInfoService extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SystemUserInfoDao,SystemUserInfoDO> implements InductsListenerService<SystemUserInfoDO>
| 构造器和说明 |
|---|
SystemUserInfoService() |
| 限定符和类型 | 方法和说明 |
|---|---|
SystemUserInfoDO |
blurInfo(String userId)
获取脱敏用户信息
|
Map<String,Object> |
getPage(cn.tworice.mybatis.vo.PageParam pageParam,
SystemUserInfoDO entity) |
UserInfoDTO |
info(String userId) |
void |
removeByAdminId(String[] ids)
根据用户ID删除用户信息
|
boolean |
saveBatch(List<SystemUserInfoDO> list) |
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, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, exists, getById, getOne, 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, removeById, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateByIdpublic Map<String,Object> getPage(cn.tworice.mybatis.vo.PageParam pageParam, SystemUserInfoDO entity)
public boolean saveBatch(List<SystemUserInfoDO> list)
saveBatch 在接口中 InductsListenerService<SystemUserInfoDO>public UserInfoDTO info(String userId)
public SystemUserInfoDO blurInfo(String userId)
userId - 用户标识public void removeByAdminId(String[] ids)
ids - 用户IDCopyright © 2024. All rights reserved.