Fix range import di Exchange
This commit is contained in:
@@ -91,13 +91,13 @@ public class ExchangeColliImportService {
|
|||||||
|
|
||||||
final List<MtbColt> exchangeImportedMtbColts = importColliLavorazione(
|
final List<MtbColt> exchangeImportedMtbColts = importColliLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
true, false, testataTableName, righeTableName);
|
true, false, testataTableName, righeTableName);
|
||||||
|
|
||||||
List<MtbColt> exchangeUpdatedMtbColts = importColliLavorazione(
|
List<MtbColt> exchangeUpdatedMtbColts = importColliLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
false, useTempTable, testataTableName, righeTableName);
|
false, useTempTable, testataTableName, righeTableName);
|
||||||
|
|
||||||
|
|||||||
@@ -73,13 +73,13 @@ public class ExchangeDocumentImportService {
|
|||||||
|
|
||||||
final List<DtbDocr> exchangeImportedRigheData = importRigheDocumentiLavorazione(
|
final List<DtbDocr> exchangeImportedRigheData = importRigheDocumentiLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
true, false);
|
true, false);
|
||||||
|
|
||||||
final List<DtbDocr> exchangeUpdatedRigheData = importRigheDocumentiLavorazione(
|
final List<DtbDocr> exchangeUpdatedRigheData = importRigheDocumentiLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
false, useTempTable);
|
false, useTempTable);
|
||||||
|
|
||||||
|
|||||||
@@ -58,13 +58,13 @@ public class ExchangeOrdiniImportService {
|
|||||||
|
|
||||||
final List<DtbOrdt> exchangeImportedMtbColts = importOrdiniLavorazione(
|
final List<DtbOrdt> exchangeImportedMtbColts = importOrdiniLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
true, false);
|
true, false);
|
||||||
|
|
||||||
final List<DtbOrdt> exchangeUpdatedMtbColts = importOrdiniLavorazione(
|
final List<DtbOrdt> exchangeUpdatedMtbColts = importOrdiniLavorazione(
|
||||||
exchangeMultiDb.getPrimaryConnection(),
|
exchangeMultiDb.getPrimaryConnection(),
|
||||||
UtilityLocalDate.getNow().minusWeeks(1),
|
UtilityLocalDate.getNow().minusMonths(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
false, useTempTable);
|
false, useTempTable);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user