Skip to content

Commit

Permalink
fix(upgrade-massivo): fix(upgrade-massivo): fix rollback massivo2 202…
Browse files Browse the repository at this point in the history
…40926
  • Loading branch information
sgravinadxc committed Sep 26, 2024
1 parent 877e015 commit b86183e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public class ImportMassivoCSVService {


@Async
@Transactional
public void process(ElaboratoCSVRequest csvRequest, String uuid, PolicyEnum policy, String estensioneInput) throws IOException {
List<ServiziElaboratiDTO> serviziValidati = csvRequest.getServiziValidati();
List<ServiziElaboratiDTO> serviziScartati = csvRequest.getServiziScartati();
Expand Down Expand Up @@ -971,7 +972,6 @@ private Boolean checkUguaglianzaServizio(ServizioEntity servizioActual,

}

@Transactional
private void rollbackCaricamentoMassivo(Long idRegistroAttivita) throws Exception {

servizioXCittadinoRepository.deleteAllByCodInserimento(idRegistroAttivita.toString());
Expand Down

0 comments on commit b86183e

Please sign in to comment.