From ea10e19e6b450cb9b38e545e7ff1329c79954316 Mon Sep 17 00:00:00 2001 From: "fabio.fbarreto" Date: Mon, 6 Nov 2023 12:21:40 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20de=20multa=20itau=20feat=20b?= =?UTF-8?q?ug#AL-3283?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- .../RemessaCNABBancosHibernateDAO.java | 23 +++++++++++++++---- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c959ebee1..7fc00416f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.18.0 + 1.19.0 @@ -176,7 +176,7 @@ br.com.rjconsultores GeneradorBoletosCNAB - 1.1.2 + 1.2.0 diff --git a/src/com/rjconsultores/ventaboletos/dao/hibernate/RemessaCNABBancosHibernateDAO.java b/src/com/rjconsultores/ventaboletos/dao/hibernate/RemessaCNABBancosHibernateDAO.java index 83a4432d0..b547af06c 100644 --- a/src/com/rjconsultores/ventaboletos/dao/hibernate/RemessaCNABBancosHibernateDAO.java +++ b/src/com/rjconsultores/ventaboletos/dao/hibernate/RemessaCNABBancosHibernateDAO.java @@ -27,6 +27,7 @@ import org.springframework.stereotype.Repository; import com.rjconsultores.ventaboletos.ArquivoRemessa; import com.rjconsultores.ventaboletos.ArquivoRemessaItem; import com.rjconsultores.ventaboletos.ArquivoRemessaItemInteface; +import com.rjconsultores.ventaboletos.blocos.DetalheMulta; import com.rjconsultores.ventaboletos.blocos.DetalheObrigatorio; import com.rjconsultores.ventaboletos.blocos.DetalheRetorno; import com.rjconsultores.ventaboletos.blocos.RodapeRemessaPadrao; @@ -70,6 +71,7 @@ import com.rjconsultores.ventaboletos.enuns.TipoInscricaoPagador; import com.rjconsultores.ventaboletos.exception.ValidacaoRemessaException; import com.rjconsultores.ventaboletos.utilerias.ApplicationProperties; import com.rjconsultores.ventaboletos.utilerias.CustomEnum; +import com.rjconsultores.ventaboletos.utilerias.DateUtil; @Repository("remessaCNABBancosDAO") @SuppressWarnings({"unchecked"}) @@ -691,7 +693,9 @@ public class RemessaCNABBancosHibernateDAO extends GenericHibernateDAO