Sistemato FlagPersonaFG in GtbAnag che diventa F se viene riconosciuto un codice fiscale
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:
@@ -99,6 +99,8 @@ public class AnagRules extends QueryRules {
|
||||
if (UtilityString.isNullOrEmpty(gtbAnag.getSesso())) gtbAnag.setSesso(sesso);
|
||||
if (UtilityString.isNullOrEmpty(gtbAnag.getDataNascita())) gtbAnag.setDataNascita(dataNascita);
|
||||
|
||||
gtbAnag.setFlagPersonaFg("F");
|
||||
|
||||
String comune = codFiscale.substring(11, 15);
|
||||
ComuniService comuniService = ContextLoader.getCurrentWebApplicationContext().getBean(ComuniService.class);
|
||||
Optional<Comune> comuneOpt =
|
||||
|
||||
Reference in New Issue
Block a user