【8.3.3】【role】修复角色分类的修改接口

master^2
stylefeng 2025-02-05 15:22:22 +08:00
parent 3bdb6a5a95
commit 9a15a873ed
1 changed files with 1 additions and 1 deletions

View File

@ -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