Fix data in esportazione tracciato tosca

This commit is contained in:
2024-05-28 17:26:35 +02:00
parent d7c73745ff
commit f306d53d3a

View File

@@ -65,8 +65,9 @@ public class DocumentiToscaExportService {
"FROM mtb_movi\n" +
" INNER JOIN mtb_tcol\n" +
" ON mtb_tcol.cod_mart = mtb_movi.cod_mart\n" +
"WHERE mtb_movi.data_doc = '2024/05/23'\n" +
" AND mtb_tcol.circuito = 'TOSCA'"
"WHERE mtb_movi.data_doc = %s\n" +
" AND mtb_tcol.circuito = 'TOSCA'",
new Date()
);
PreparedStatement stm = multiDBTransactionManager