diff --git a/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/crm/AbstractCRMController.java b/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/crm/AbstractCRMController.java index cf064cdc..d146352c 100644 --- a/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/crm/AbstractCRMController.java +++ b/gnpdev/dbcfx/src/it/valueteam/gnp/systemcontroller/crm/AbstractCRMController.java @@ -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()));