Skip to content

Commit

Permalink
1、fix transcation invalid (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksice authored Aug 15, 2022
1 parent b1f78b4 commit 82db184
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public Consumer getConsumerByConsumerId(long consumerId) {
return consumerRepository.findById(consumerId).orElse(null);
}

@Transactional
public List<ConsumerRole> assignNamespaceRoleToConsumer(String token, String appId, String namespaceName) {
return assignNamespaceRoleToConsumer(token, appId, namespaceName, null);
}
Expand Down

0 comments on commit 82db184

Please sign in to comment.