zy-acs-manager/src/main/java/com/zy/acs/manager/core/scheduler/LogDataScheduler.java
@@ -5,7 +5,6 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; import org.springframework.transaction.annotation.Transactional; import java.util.Optional; @@ -14,7 +13,7 @@ * Created by vincent on 5/8/2024 */ @Slf4j @Component //@Component @SuppressWarnings("all") public class LogDataScheduler {