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