Min 1 年之前
父節點
當前提交
cd0eed042b

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/util/SyncSapUtils.java

@@ -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)){