소스 검색

代码提交

chenweida 8 년 전
부모
커밋
b0ddd15828
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-statistics/src/main/java/com/yihu/wlyy/statistics/config/quartz/SchedulerConfig.java

+ 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);