Commit faa806c3 by lal Committed by chenzg

提交

parent aa300085
...@@ -104,8 +104,8 @@ public class AttendanceTaskTiming{ ...@@ -104,8 +104,8 @@ public class AttendanceTaskTiming{
* @throws ParseException * @throws ParseException
*/ */
//3.添加定时任务 //3.添加定时任务 每天下午七点执行一次
@Scheduled(cron = "0 55 10 * * ?") @Scheduled(cron = "0 0 19 * * ?")
//或直接指定时间间隔,例如:5秒 //或直接指定时间间隔,例如:5秒
//@Scheduled(fixedRate=5000) //@Scheduled(fixedRate=5000)
......
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