Fix data in esportazione tracciato tosca
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user