1. 升级 1.3.0-snapshot 版本

2.【修复】biz-data-permission 组件的缓存机制,导致部分 SQL 未进行数据过滤
This commit is contained in:
YunaiV
2021-12-16 07:19:52 +08:00
parent abf61bfdea
commit a92acff99b
5 changed files with 28 additions and 22 deletions

View File

@ -267,11 +267,4 @@ public class SysDeptServiceImpl implements SysDeptService {
}
}
// @Override
// @DataScope(deptAlias = "d")
// public List<SysDept> selectDeptList(SysDept dept)
// {
// return deptMapper.selectDeptList(dept);
// }
}