From cad9305c4cbffe978370f4c39bfde63b248619c7 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期六, 25 十一月 2023 10:05:28 +0800 Subject: [PATCH] 11.25 --- cloud-server-other/src/main/java/com/dsh/other/util/TaskUtil.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/util/TaskUtil.java b/cloud-server-other/src/main/java/com/dsh/other/util/TaskUtil.java index f3154c3..e18d118 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/util/TaskUtil.java +++ b/cloud-server-other/src/main/java/com/dsh/other/util/TaskUtil.java @@ -45,8 +45,6 @@ } } - - //预约场地后,时间超过endTime,状态变为已过期 @Scheduled(fixedRate = 60000) public void taskMinute1(){ -- Gitblit v1.7.1