aggiunto log

This commit is contained in:
2025-11-03 12:10:56 +01:00
parent e1b85b8879
commit 3516a8c8de

View File

@@ -85,6 +85,8 @@ public class MmposServices {
whereCond += Query.format(" AND giorno = %s", UtilityLocalDate.getNow());
}
logger.info("Importazione Scontrini: " + whereCond);
ret.addAll(importScontrini(multiDBTransactionManager, requestDataDTO, typeImport, whereCond, recuperoScontrini, anomalie));
}
} else {