From 93c42cfcfe12125c463563f191d6ade421ba9db5 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 03 十一月 2023 15:24:22 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- server/platform/src/main/java/com/doumee/task/ScheduleTool.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/platform/src/main/java/com/doumee/task/ScheduleTool.java b/server/platform/src/main/java/com/doumee/task/ScheduleTool.java index cb4c2c2..456145f 100644 --- a/server/platform/src/main/java/com/doumee/task/ScheduleTool.java +++ b/server/platform/src/main/java/com/doumee/task/ScheduleTool.java @@ -51,7 +51,7 @@ /** * @throws Exception */ -// @Scheduled(cron = "0 0 11 * * ? ") + @Scheduled(cron = "0 0 11 * * ? ") public void syncStudent() throws Exception { //鍓嶄竴澶╃殑鏁告摎 Date ydate = DateUtil.addDaysToDate(new Date(), -1); @@ -75,7 +75,7 @@ * 30 绉掑埛鏂颁竴娆� * @throws Exception */ -// @Scheduled(cron = "0/30 * * * * ? ") + @Scheduled(cron = "0/30 * * * * ? ") public void autoRefreshLockStatus() throws Exception { log.info("=====================寮�濮嬪畾鏃跺埛鏂伴獞琛屼腑鐨勬暟鍏呭�兼湭寮�閿佸け璐�======================="); memberRidesService.autoRefreshLockStatus(); @@ -87,7 +87,7 @@ * 绔欑偣杞﹁締婊℃灦鐜囬璀� * @throws Exception */ -// @Scheduled(fixedDelay = 1000L * 60L * 3L) + @Scheduled(fixedDelay = 1000L * 60L * 10L) public void siteReserves() throws Exception { log.info("=====================寮�濮� 绔欑偣杞﹁締婊℃灦鐜囬璀�======================="); sitesService.siteReservesNotice();; -- Gitblit v1.9.3