kongdeqiang
2024-10-16 0dbcef10ee43cdab704ecf5e81fec50e884569e5
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();