Fix DBCFX_SM_687: Anomalia delibera 82 viste GNPGO, eccezione scrittura notifiche nelle viste del portale GO uscite OF FTTH

This commit is contained in:
vincenzofariello
2024-09-02 16:38:29 +02:00
parent 3f6a5e5d2c
commit fb84701303
5 changed files with 12 additions and 5 deletions

View File

@@ -1589,7 +1589,7 @@ public class DbcfxgoFormatController extends FormatController{
notifica.setTipoComunicazione("N9");
if (nowOut.getCodiceMotivazione() != null) {
notifica.setCodiceRifiuto(nowOut.getCodiceMotivazione().substring(1));
notifica.setCausaleRifiuto(nowOut.getCodiceMotivazione());
notifica.setCausaleRifiuto(nowOut.getMotivazione());
notifica.setStato(1L);
} else {
notifica.setStato(0L);