|
@@ -196,7 +196,7 @@ public class SyncSapUtils {
|
|
|
selectionByLastChangeDateTime.setInclusionExclusionCode("I");
|
|
|
selectionByLastChangeDateTime.setIntervalBoundaryTypeCode("3");
|
|
|
selectionByLastChangeDateTime.setLowerBoundaryLastChangeDateTime(startDate+"T00:00:00Z");
|
|
|
- selectionByLastChangeDateTime.setUpperBoundaryLastChangeDateTime(endDate+"T00:00:00Z");
|
|
|
+ selectionByLastChangeDateTime.setUpperBoundaryLastChangeDateTime(endDate+"T23:59:59Z");
|
|
|
projectSelectionByElement.setSelectionByLastChangeDateTime(selectionByLastChangeDateTime);
|
|
|
list.add(projectSelectionByElement);
|
|
|
}else if(!StringUtils.isEmpty(projectCodes)){
|