Finish Hotfix-1
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:
@@ -996,7 +996,7 @@ public class ActivityService {
|
|||||||
String whereCondPersRif =
|
String whereCondPersRif =
|
||||||
Query.format(" AND EXISTS( SELECT *\n" +
|
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" +
|
" 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());
|
requestDataDTO.getUsername());
|
||||||
sql += whereCondPersRif;
|
sql += whereCondPersRif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user