Browse Source

消息代码提交

chenweida 8 years ago
parent
commit
39b2b8883e

+ 2 - 1
patient-co-statistics/src/main/java/com/yihu/wlyy/statistics/job/check/ReportAllLogJob.java

@ -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;