mirror of https://gitee.com/stylefeng/roses
【8.3.3】【role】修复角色分类的修改接口
parent
3bdb6a5a95
commit
9a15a873ed
|
@ -98,7 +98,7 @@ public class RoleCategoryServiceImpl extends ServiceImpl<RoleCategoryMapper, Rol
|
||||||
CalcParentIdListUtil.updateParentIdStringList("sys_role_category", "category_pids", oldCategory, newRoleCategory, this);
|
CalcParentIdListUtil.updateParentIdStringList("sys_role_category", "category_pids", oldCategory, newRoleCategory, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.updateById(oldCategory);
|
this.updateById(newRoleCategory);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue