Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-03-11 15:12:40 +01:00

View File

@@ -996,7 +996,7 @@ public class ActivityService {
String whereCondPersRif =
Query.format(" AND EXISTS( SELECT *\n" +
" from stb_user s inner join vtb_clie_pers_rif on s.e_mail = vtb_clie_pers_rif.e_mail\n" +
" where S.USER_NAME = %s and vtb_clie_pers_rif.persona_rif = stb_activity.richiedente )",
" where S.USER_NAME = %s and vtb_clie_pers_rif.persona_rif = stb_activity.persona_rif)",
requestDataDTO.getUsername());
sql += whereCondPersRif;
}