|
@ -29,12 +29,13 @@ import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* Created by Administrator on 2016.10.31.
|
|
|
* 每天的报表任务
|
|
|
*/
|
|
|
@Component
|
|
|
@Scope("prototype")
|
|
|
public class ReportAllLogJob implements Job {
|
|
|
public static String jobKey="Report_All_LOG_JOB";
|
|
|
public static String cron="*/5 * * * * ?";
|
|
|
public static String cron="0 55 0 * * ?";
|
|
|
|
|
|
@Autowired
|
|
|
private StringRedisTemplate redisTemplate;
|