kongdeqiang
2024-10-16 a9a650955850c59c709d90359666ea62d9f7e53e
src/main/java/com/boying/job/DaPingScheduled.java
@@ -29,7 +29,7 @@
    @Autowired
    private TicketBlackService ticketBlackService;
    @Scheduled(cron = "0 0/40 * * * ?")
    //@Scheduled(cron = "0 0/40 * * * ?")
    public void execute() throws IOException {
        System.out.println("开始定时任务-------》");
//        List<TicketBlack> list = ticketBlackService.updateType();