Min 1 년 전
부모
커밋
cd0eed042b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/util/SyncSapUtils.java

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