Merge remote-tracking branch 'origin/develop' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -368,6 +368,8 @@ public class SystemService {
|
||||
if (foundUser == null || !foundUser.isAttivo())
|
||||
continue;
|
||||
|
||||
profilesWhereUserFound.add(profile);
|
||||
|
||||
String sql = Query.format("SELECT * FROM " + StbUser.ENTITY + " WHERE user_name = {}", username);
|
||||
StbUser stbUser;
|
||||
try (MultiDBTransactionManager mdb = new MultiDBTransactionManager(profile)) {
|
||||
|
||||
Reference in New Issue
Block a user