提交 ebe909c2 编写于 作者: H haoxr

feat:订单项目结构调整

上级 3daa3092
......@@ -96,7 +96,7 @@ public class RoleController {
public Result update(
@PathVariable Long id,
@RequestBody SysRole role) {
boolean result = iSysRoleService.update(role);
boolean result = iSysRoleService.updateById(role);
if (result) {
iSysPermissionService.refreshPermissionRolesCache();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册