提交 f1774e55 编写于 作者: zhouweidong's avatar zhouweidong

优化权限存储逻辑

上级 395c280d
...@@ -206,8 +206,8 @@ public class UAACoreService { ...@@ -206,8 +206,8 @@ public class UAACoreService {
else else
_create.add(sub); _create.add(sub);
} }
if(_update.size()>0) // if(_update.size()>0)
rolePermissionService.updateBatch(_update); // rolePermissionService.updateBatch(_update);
if(_create.size()>0) if(_create.size()>0)
rolePermissionService.createBatch(_create); rolePermissionService.createBatch(_create);
if(delIds.size()>0) if(delIds.size()>0)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册