提交 1eb17b90 编写于 作者: M MaxKey

RolesService for refreshAllDynamicRoles

上级 78fd64d2
......@@ -147,7 +147,7 @@ public class RolesService extends JpaBaseService<Roles> implements Serializable
institutionsService.find("where status = ? ", new Object[]{ConstsStatus.ACTIVE}, new int[]{Types.INTEGER});
for(Institutions inst : instList) {
Roles role = new Roles();
role.setId(inst.getId());
role.setInstId(inst.getId());
List<Roles> rolesList = queryDynamicRoles(role);
for(Roles r : rolesList) {
_logger.debug("role " + rolesList);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册