kongdeqiang
2023-04-26 95cdeea70bfee905c8601a8fc11cbba7aa31b85c
src/main/java/com/boying/job/GetEticketScheduled.java
@@ -39,7 +39,7 @@
    private SystemConfigProperties systemConfigProperties;
    private Boolean taskFlag = false;
    @Scheduled(cron = "0 0/1 * * * ?")
    //@Scheduled(cron = "0 0/1 * * * ?")
    public void execute() throws Exception {
        if (taskFlag == true) {
            System.out.println("正在运行,强制退出-------》");