elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由

Home Page:https://eladmin.vip/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人中心的操作日志,显示的是所有用户的日志, 而非当前用户

eritpchy opened this issue · comments

commented

版本 master, e3e9035

me.zhengjie.service.impl.LogServiceImpl#queryAllByUser, 通过这个函数断点进去就会发现 LogQueryCriteria.blurry 直接吧username直接传进去了, 会导致检索出其他用户的日志

image

临时解决方法, 仅供参考
image

image

已修复