Interface LoginInfoMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<LoginInfo>,com.baomidou.mybatisplus.core.mapper.Mapper<LoginInfo>
系统访问记录 Mapper 接口
- Since:
- 2022-09-14 12:51:35
-
Method Summary
Modifier and TypeMethodDescriptionint清空系统登录日志list(LoginInfoPageListRequest loginInfo) 查询登陆日志com.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse>selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, LoginInfoPageListRequest loginInfo) 查询系统登录日志集合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, updateById
-
Method Details
-
selectLoginInfoPage
@InterceptorIgnore(tenantLine="true") com.baomidou.mybatisplus.core.metadata.IPage<LoginInfoPageListResponse> selectLoginInfoPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<LoginInfoPageListResponse> page, @Param("p") LoginInfoPageListRequest loginInfo) 查询系统登录日志集合- Parameters:
page- 分页loginInfo- 访问日志对象- Returns:
- 登录记录集合
-
list
@InterceptorIgnore(tenantLine="true") List<LoginInfoPageListResponse> list(@Param("p") LoginInfoPageListRequest loginInfo) 查询登陆日志- Parameters:
loginInfo- 查询参数- Returns:
- 登录日志
-
cleanLoginInfo
int cleanLoginInfo()清空系统登录日志- Returns:
- 结果
-