@Service public class SysLoginLogServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysLoginLogMapper,SysLoginLog> implements SysLoginLogService, LoginLogServiceApi
| 构造器和说明 |
|---|
SysLoginLogServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysLoginLogRequest sysLoginLogRequest) |
void |
del(SysLoginLogRequest sysLoginLogRequest)
删除
|
void |
delAll()
清空登录日志
|
SysLoginLog |
detail(SysLoginLogRequest sysLoginLogRequest)
查看相信
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLoginLogDto> |
findPage(SysLoginLogRequest sysLoginLogRequest)
分页查询
|
void |
loginFail(Long userId,
String llgMessage) |
void |
loginOutFail(Long userId) |
void |
loginOutSuccess(Long userId) |
void |
loginSuccess(Long userId) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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, updateByIdpublic void del(SysLoginLogRequest sysLoginLogRequest)
SysLoginLogServicedel 在接口中 SysLoginLogServicesysLoginLogRequest - 参数public SysLoginLog detail(SysLoginLogRequest sysLoginLogRequest)
SysLoginLogServicedetail 在接口中 SysLoginLogServicesysLoginLogRequest - 参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLoginLogDto> findPage(SysLoginLogRequest sysLoginLogRequest)
SysLoginLogServicefindPage 在接口中 SysLoginLogServicesysLoginLogRequest - 参数public void add(SysLoginLogRequest sysLoginLogRequest)
add 在接口中 LoginLogServiceApipublic void loginSuccess(Long userId)
loginSuccess 在接口中 LoginLogServiceApipublic void loginFail(Long userId, String llgMessage)
loginFail 在接口中 LoginLogServiceApipublic void loginOutSuccess(Long userId)
loginOutSuccess 在接口中 LoginLogServiceApipublic void loginOutFail(Long userId)
loginOutFail 在接口中 LoginLogServiceApipublic void delAll()
SysLoginLogServicedelAll 在接口中 SysLoginLogServiceCopyright © 2022. All rights reserved.