ENTAXY-248 release 1.8.1

This commit is contained in:
2022-02-28 15:20:38 +03:00
parent 4d274c4fcc
commit c826adf1db
1958 changed files with 195926 additions and 10280 deletions

View File

@ -106,7 +106,7 @@ public class PermissionServiceImpl implements PermissionService {
builder.equal(root.get("objectType"), type)),
builder.and(
builder.equal(root.get("subjectId"), String.valueOf(id)),
builder.equal(root.get("objectType"), type))));
builder.equal(root.get("subjectType"), type))));
return s.createQuery(criteriaQuery).getResultList();
}