Commit 47d7d1e3 authored by liuxun's avatar liuxun

merge

parent e3b6a677
...@@ -148,7 +148,7 @@ public class RoleController { ...@@ -148,7 +148,7 @@ public class RoleController {
} }
if (flag) { if (flag) {
systemRole.setUpdatedTime(new Date()); systemRole.setUpdatedTime(new Date());
roleService.save(systemRole); roleService.updateById(systemRole);
} }
//查询该角色下所有的资源数据 //查询该角色下所有的资源数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment