1.字典管理权限调整
This commit is contained in:
@@ -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("没有权限访问部门数据!");
|
||||
|
||||
Reference in New Issue
Block a user