Commit 72bf754b by lal

提交

parent bd7a4b4b
......@@ -5,8 +5,8 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import cn.timer.api.bean.kqmk.AttendanceSocks;
public class AttendanceUtil {
// 默认cron 5秒一次
private static String cron = "0/5 * * * * ?";
// 默认cron 5秒一次 0/5 * * * * ?
private static String cron = "0 0 19 * * ?";//下午七点
// 数据库cron
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