|
@@ -15,7 +15,7 @@ import java.io.IOException;
|
|
|
/**
|
|
|
* 定时购买保险
|
|
|
*/
|
|
|
-@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
|
+//@ConditionalOnProperty(name = "schedule.enable", havingValue = "true", matchIfMissing = true)
|
|
|
@Component
|
|
|
public class SyncSchedule {
|
|
|
|