DBCFX_SM_695 - Anomalia viste del. 82 - errata/assente visualizzazione uscite OF

This commit is contained in:
vincenzofariello
2024-11-05 10:10:05 +01:00
parent d1c394eaac
commit 8bdf9151dd
3 changed files with 8 additions and 7 deletions

View File

@@ -1144,9 +1144,11 @@ public class DbcfxgoFormatController extends FormatController{
notifica.setCOW(dbcfxgoOutDel82.getCow());
notifica.setNOME_FILE(dbcfxgoOutDel82.getNomeFile());
if(notifica.getDATA_SCADENZA() != null) {
// DBCFX_SM_695 - update if per check sulla DataScadenza presente in tabella GNP_DBCFXGO_OUT_DEL82
if(dbcfxgoOutDel82.getDataScadenza() != null) {
notifica.setDATA_SCADENZA(DateUtils.toString(dbcfxgoOutDel82.getDataScadenza(), DATE_PATTERN));
}
notifica.setCOS(dbcfxgoOutDel82.getCos());
notifica.setDN1(dbcfxgoOutDel82.getDn1());
notifica.setDN2(dbcfxgoOutDel82.getDn2());