Merge branch 'master' into develop
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(3),
|
UtilityLocalDate.getNow().minusWeeks(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(3),
|
UtilityLocalDate.getNow().minusWeeks(1),
|
||||||
UtilityLocalDate.getNow(),
|
UtilityLocalDate.getNow(),
|
||||||
false, useTempTable, testataTableName, righeTableName);
|
false, useTempTable, testataTableName, righeTableName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user