Commit 9819de2b by fengshuonan

更新登录日志

parent 8829d74a
......@@ -22,6 +22,9 @@ public class LoginLogService extends ServiceImpl<LoginLogMapper, LoginLog> {
/**
* 获取登录日志列表
*
* @author fengshuonan
* @Date 2018/12/23 5:53 PM
*/
public List<Map<String, Object>> getLoginLogs(Page<LoginLog> page, String beginTime, String endTime, String logName, String orderByField, boolean asc) {
return this.baseMapper.getLoginLogs(page, beginTime, endTime, logName, orderByField, asc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment