Ril. DBCFX_SM_684 - modifica formato data DAC
This commit is contained in:
@@ -3099,7 +3099,7 @@ public abstract class AbstractCRMController extends SystemController implements
|
||||
corpo.setCodiceRichiesta(notifica.getCodiceSessione());
|
||||
corpo.setNativoTLC(notifica.getNativoTlc());
|
||||
corpo.setTipoEvento(notifica.getTipoEvento());
|
||||
corpo.setDAC(new SimpleDateFormat(dimStrFormat).format(notifica.getDac()));
|
||||
corpo.setDAC(new SimpleDateFormat(dacDesStrFormat).format(notifica.getDac()));
|
||||
corpo.setAmbito(notifica.getAmbito());
|
||||
corpo.setIdentificativoOperatoreDonating(notifica.getIdOperatoreDonating());
|
||||
corpo.setDataInvioMessaggio(new SimpleDateFormat(dimStrFormat).format(new Date()));
|
||||
@@ -3173,7 +3173,7 @@ public abstract class AbstractCRMController extends SystemController implements
|
||||
corpo.setCodiceRichiesta(notifica.getCodiceSessione());
|
||||
corpo.setNativoTLC(notifica.getNativoTlc());
|
||||
corpo.setTipoEvento(notifica.getTipoEvento());
|
||||
corpo.setDES(new SimpleDateFormat(dimStrFormat).format(notifica.getDes()));
|
||||
corpo.setDES(new SimpleDateFormat(dacDesStrFormat).format(notifica.getDes()));
|
||||
corpo.setAmbito(notifica.getAmbito());
|
||||
corpo.setIdentificativoOperatoreDonating(notifica.getIdOperatoreDonating());
|
||||
corpo.setDataInvioMessaggio(new SimpleDateFormat(dimStrFormat).format(new Date()));
|
||||
@@ -3239,7 +3239,7 @@ public abstract class AbstractCRMController extends SystemController implements
|
||||
corpo.setCodiceRichiesta(notifica.getCodiceSessione());
|
||||
corpo.setNativoTLC(notifica.getNativoTlc());
|
||||
corpo.setTipoEvento(notifica.getTipoEvento());
|
||||
corpo.setDES(new SimpleDateFormat(dimStrFormat).format(notifica.getDes()));
|
||||
corpo.setDES(new SimpleDateFormat(dacDesStrFormat).format(notifica.getDes()));
|
||||
corpo.setAmbito(notifica.getAmbito());
|
||||
corpo.setIdentificativoOperatoreDonating(notifica.getIdOperatoreDonating());
|
||||
corpo.setDataInvioMessaggio(new SimpleDateFormat(dimStrFormat).format(new Date()));
|
||||
@@ -3306,7 +3306,7 @@ public abstract class AbstractCRMController extends SystemController implements
|
||||
corpo.setCodiceRichiesta(notifica.getCodiceSessione());
|
||||
corpo.setNativoTLC(notifica.getNativoTlc());
|
||||
corpo.setTipoEvento(notifica.getTipoEvento());
|
||||
corpo.setDES(new SimpleDateFormat(dimStrFormat).format(notifica.getDes()));
|
||||
corpo.setDES(new SimpleDateFormat(dacDesStrFormat).format(notifica.getDes()));
|
||||
corpo.setAmbito(notifica.getAmbito());
|
||||
corpo.setIdentificativoOperatoreDonating(notifica.getIdOperatoreDonating());
|
||||
corpo.setDataInvioMessaggio(new SimpleDateFormat(dimStrFormat).format(new Date()));
|
||||
|
||||
Reference in New Issue
Block a user