|
@@ -23,9 +23,9 @@ import java.util.Date;
|
|
|
* @author: gaodm
|
|
|
* @time: 2020/4/15 17:45
|
|
|
*/
|
|
|
-@Component
|
|
|
-@Configuration //1.主要用于标记配置类,兼备Component的效果。
|
|
|
-@EnableScheduling // 2.开启定时任务
|
|
|
+//@Component
|
|
|
+//@Configuration //1.主要用于标记配置类,兼备Component的效果。
|
|
|
+//@EnableScheduling // 2.开启定时任务
|
|
|
public class BehospitalInfoAnalyzeTask implements SchedulingConfigurer {
|
|
|
@Autowired
|
|
|
private SysTaskCronFacade sysTaskCronFacade;
|