Commit 38dca035 by ilal Committed by chenzg

提交

parent 44532a2d
......@@ -56,7 +56,7 @@ import cn.timer.api.dto.kqmk.KqglAssoPbmxDto;
import cn.timer.api.utils.DateUtil;
/**
* @author lal
* @author
* 考勤报表汇总数据
*/
@Configuration //1.主要用于标记配置类,兼备Component的效果。
......@@ -88,9 +88,10 @@ public class AttendanceTaskTiming{
private KqglAssoDkmxMapper kqglassodkmxmapper;
// @Scheduled(cron = "0 */5 * * * ?")
// @Scheduled(cron = "0 23 15 * * ?")
@Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行
@Scheduled(cron = "0 0 8,12,16,20 * * ?")//每天上午8、12点,下午16点,20点 执行
// @Scheduled(cron = "0 0 6,20 * * ?")
public void AttendanceTask() throws ParseException {
boolean implement = true;
......
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