Jelajahi Sumber

代码提交

chenweida 8 tahun lalu
induk
melakukan
b0ddd15828

+ 1 - 1
patient-co-statistics/src/main/java/com/yihu/wlyy/statistics/config/quartz/SchedulerConfig.java

@ -24,7 +24,7 @@ public class SchedulerConfig {
    @Autowired
    private DataSource dataSource;
    @Bean
    SchedulerFactoryBean schedulerFactoryBean_cwd() throws IOException {
    SchedulerFactoryBean schedulerFactoryBean() throws IOException {
        SchedulerFactoryBean bean = new SchedulerFactoryBean();
        bean.setJobFactory(jobFactory);
        bean.setApplicationContext(this.applicationContext);