Browse Source

微信请假同步尚未完成

cs 2 years ago
parent
commit
ae1dd97653

+ 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("+++++++++++++++++++微信请假同步开始+++++++++++++++++++");