kongdeqiang
2024-10-28 25b0a1e9e9784e07abd07613a22c508a8d42e526
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();