From 689ec3cf8f8da0434161f95d8511404b94457f38 Mon Sep 17 00:00:00 2001 From: jiaosong <jiaosong6760@dingtalk.com> Date: 星期一, 30 十月 2023 10:29:43 +0800 Subject: [PATCH] # 导出字段删除 时间格式优化 --- 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 f9fa9ea..5a15e91 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 * 3L) public void siteReserves() throws Exception { log.info("=====================寮�濮� 绔欑偣杞﹁締婊℃灦鐜囬璀�======================="); sitesService.siteReservesNotice();; -- Gitblit v1.9.3