@Service public class LoginLogServiceImpl extends com.baomidou.mybatisplus.service.impl.ServiceImpl<LoginLogMapper,LoginLog> implements ILoginLogService
Constructor and Description |
---|
LoginLogServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
getLoginLogs(com.baomidou.mybatisplus.plugins.Page<LoginLog> page,
String beginTime,
String endTime,
String logName,
String orderByField,
boolean asc)
获取登录日志列表
|
currentModelClass, delete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, insertBatch, insertBatch, insertOrUpdate, insertOrUpdateAllColumn, insertOrUpdateAllColumnBatch, insertOrUpdateAllColumnBatch, insertOrUpdateBatch, insertOrUpdateBatch, retBool, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMap, selectMaps, selectMapsPage, selectObj, selectObjs, selectOne, selectPage, selectPage, sqlSessionBatch, sqlStatement, update, updateAllColumnBatchById, updateAllColumnBatchById, updateAllColumnById, updateBatchById, updateBatchById, updateById, updateForSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public List<Map<String,Object>> getLoginLogs(com.baomidou.mybatisplus.plugins.Page<LoginLog> page, String beginTime, String endTime, String logName, String orderByField, boolean asc)
ILoginLogService
getLoginLogs
in interface ILoginLogService
Copyright © 2018. All rights reserved.