1.字典管理权限调整

This commit is contained in:
pan
2024-09-02 18:06:41 +08:00
parent 242fa6736e
commit a869af50be
3 changed files with 1 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ public class SysDeptServiceImpl implements ISysDeptService
{
SysDept dept = new SysDept();
dept.setDeptId(deptId);
List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
List<SysDept> depts = deptMapper.selectDeptList(dept);
if (StringUtils.isEmpty(depts))
{
throw new ServiceException("没有权限访问部门数据!");