소스 검색

微信请假同步尚未完成

cs 2 년 전
부모
커밋
ae1dd97653
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/task/TimingTask.java

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/task/TimingTask.java

@@ -317,7 +317,7 @@ public class TimingTask {
 
     //每天1:00 同步昨天的微信请假信息
     //@Scheduled(cron = "0 0 1 ? * *")
-    @Scheduled(cron = "0 13 18 ? * *")
+    //@Scheduled(cron = "0 13 18 ? * *")
     public void synWxLeave() throws Exception {
         //if (isDev) return;
         System.out.println("+++++++++++++++++++微信请假同步开始+++++++++++++++++++");