Commit 29b14155 by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!156
parents 5414185b 94cba225
...@@ -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