@Service public class LoginInfoServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<LoginInfoMapper,LoginInfo> implements LoginInfoService, FrameworkLoginLogService
| 限定符和类型 | 字段和说明 |
|---|---|
private org.slf4j.Logger |
log |
private LoginInfoMapper |
loginInfoMapper |
| 构造器和说明 |
|---|
LoginInfoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse |
browserInfo() |
void |
cleanLoginInfo()
清空系统登录日志
|
int |
deleteLoginInfoByIds(List<String> infoIds)
批量删除系统登录日志
|
void |
insertLoginInfo(cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse agent,
String username,
String loginKey,
String type,
boolean success,
String message)
新增系统登录日志
|
List<LoginInfoPageListResponse> |
list(LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> |
selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page,
LoginInfoPageListRequest loginInfo)
查询系统登录日志集合
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getMapperClass, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdprivate LoginInfoMapper loginInfoMapper
private final org.slf4j.Logger log
public cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse browserInfo()
browserInfo 在接口中 FrameworkLoginLogServicepublic void insertLoginInfo(cn.sinozg.applet.biz.system.vo.response.LoginAgentResponse agent,
String username,
String loginKey,
String type,
boolean success,
String message)
insertLoginInfo 在接口中 FrameworkLoginLogServicepublic cn.sinozg.applet.common.core.base.BasePageResponse<List<LoginInfoPageListResponse>> selectLoginInfoPage(cn.sinozg.applet.common.core.base.PagingRequest page, LoginInfoPageListRequest loginInfo)
selectLoginInfoPage 在接口中 LoginInfoServiceloginInfo - 访问日志对象page - 分页对象public List<LoginInfoPageListResponse> list(LoginInfoPageListRequest loginInfo)
LoginInfoServicelist 在接口中 LoginInfoServiceloginInfo - 查询参数public int deleteLoginInfoByIds(List<String> infoIds)
deleteLoginInfoByIds 在接口中 LoginInfoServiceinfoIds - 需要删除的登录日志IDpublic void cleanLoginInfo()
cleanLoginInfo 在接口中 LoginInfoServiceCopyright © 2024. All rights reserved.