|
@@ -42,7 +42,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
* @return 部门信息集合
|
|
* @return 部门信息集合
|
|
*/
|
|
*/
|
|
@Override
|
|
@Override
|
|
- @DataScope(deptAlias = "d")
|
|
|
|
|
|
+// @DataScope(deptAlias = "d")
|
|
public List<SysDept> selectDeptList(SysDept dept)
|
|
public List<SysDept> selectDeptList(SysDept dept)
|
|
{
|
|
{
|
|
return deptMapper.selectDeptList(dept);
|
|
return deptMapper.selectDeptList(dept);
|