Commit 6ed66112 by lal Committed by chenzg

提交

parent e85cff9f
...@@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; ...@@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import cn.timer.api.bean.kqmk.AttendanceSocks; import cn.timer.api.bean.kqmk.AttendanceSocks;
public class AttendanceUtil { public class AttendanceUtil {
// 默认cron 5秒一次 // 默认cron 5秒一次 0/5 * * * * ?
private static String cron = "0/5 * * * * ?"; private static String cron = "0 0 19 * * ?";//下午七点
// 数据库cron // 数据库cron
public static String getCron(String tablename) { public static String getCron(String tablename) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment