Merge branch 'master' into develop
This commit is contained in:
@@ -769,7 +769,7 @@ public class SystemController {
|
||||
"from jtb_comt \n" +
|
||||
"inner join jrl_flav_users on jtb_comt.cod_jflav_tec = jrl_flav_users.cod_jflav and jrl_flav_users.flag_jflav_default = 's'\n" +
|
||||
"inner join stb_user on jrl_flav_users.user_name =stb_user.user_name " +
|
||||
"where cod_jcom = %S + AND stb_user.user_name <> %S", activity.getCodJcom(), activity.getUserCreator()) ;
|
||||
"where cod_jcom = %S AND stb_user.user_name <> %S", activity.getCodJcom(), activity.getUserCreator()) ;
|
||||
String emailResponsabile = UtilityDB.executeSimpleQueryOnlyFirstRowFirstColumn(multiDBTransactionManager.getPrimaryConnection(), query);
|
||||
|
||||
if (!UtilityString.isNullOrEmpty(emailResponsabile) && !listEmailCcn.contains(emailResponsabile))
|
||||
|
||||
Reference in New Issue
Block a user